Initializes a new instance of the ComplexD struct.

Namespace: Cudafy.Types
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public ComplexD(
	double real,
	double imaginary
)
Visual Basic
Public Sub New ( _
	real As Double, _
	imaginary As Double _
)
Visual C++
public:
ComplexD(
	double real, 
	double imaginary
)

Parameters

real
Type: System..::..Double
The real part.
imaginary
Type: System..::..Double
The imaginary part.

See Also