Cove - A Practical Quantum Computer Programming Framework
Complex Constructor (Real)
NamespacesCove.ClassicalUtilitiesComplexComplex(Int32)
Overload to construct a complex number with only the real portion set. (imaginary is 0)
Declaration Syntax
C#Visual BasicVisual C++
public Complex(
	int Real
)
Public Sub New ( _
	Real As Integer _
)
public:
Complex(
	int Real
)
Parameters
Real (Int32)
Value to set the real componet to

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