Cove - A Practical Quantum Computer Programming Framework
Implicit Operator
NamespacesCove.ClassicalUtilitiesComplexMatrixImplicit(Int32)
Allow an implict cast from int to a 1 x 1 matrix with the single element being Value.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator ComplexMatrix (
	int Value
)
Public Shared Widening Operator CType ( _
	Value As Integer _
) As ComplexMatrix
static implicit operator ComplexMatrix^ (
	int Value
)
Parameters
Value (Int32)
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)