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

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

- Value (Complex)
- Value to cast

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