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