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