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