public static explicit operator double (
DoubleMatrix value
)
Public Shared Narrowing Operator CType (
value As DoubleMatrix
) As Double
static explicit operator double (
DoubleMatrix^ value
)
Only scalar matrices are successfully converted to a double.
ArgumentNullException | value is null. |
ArgumentException | value is not scalar. |