Allow an implict cast from double to a 1 x 1 matrix with the single element being Value.

C# | Visual Basic | Visual C++ |
public static implicit operator ComplexMatrix ( double Value )
Public Shared Widening Operator CType ( _ Value As Double _ ) As ComplexMatrix
static implicit operator ComplexMatrix^ ( double Value )

- Value (Double)
- Value to cast

A new 1 x 1 matrix with Value as the single element.