Cove - A Practical Quantum Computer Programming Framework
Implicit Operator
NamespacesCove.ClassicalUtilitiesComplexMatrixImplicit(Complex)
Allow an implict cast from complex to a 1 x 1 matrix with the single element being Value.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator ComplexMatrix (
	Complex Value
)
Public Shared Widening Operator CType ( _
	Value As Complex _
) As ComplexMatrix
static implicit operator ComplexMatrix^ (
	Complex^ Value
)
Parameters
Value (Complex)
Value to cast
Return Value
A new 1 x 1 matrix with Value as the single element

Assembly: Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)