Cove - A Practical Quantum Computer Programming Framework
Set Method (Real, Imaginary)
NamespacesCove.ClassicalUtilitiesComplexSet(Double, Double)
Set the real and imaginary parts of the complex number
Declaration Syntax
C#Visual BasicVisual C++
public void Set(
	double Real,
	double Imaginary
)
Public Sub Set ( _
	Real As Double, _
	Imaginary As Double _
)
public:
void Set(
	double Real, 
	double Imaginary
)
Parameters
Real (Double)
The real part of the complex number
Imaginary (Double)
The imaginary part of the complex number

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