public override DoubleMatrix Cdf(
DoubleMatrix arguments
)Public Overrides Function Cdf (
arguments As DoubleMatrix
) As DoubleMatrixpublic:
virtual DoubleMatrix^ Cdf(
DoubleMatrix^ arguments
) overrideabstract Cdf :
arguments : DoubleMatrix -> DoubleMatrix
override Cdf :
arguments : DoubleMatrix -> DoubleMatrix The returned matrix has the same dimensions of arguments.
| ArgumentNullException | arguments is null. |