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