An NDoc Documented Class Library
Complex Constructor
Initializes a new instance of the
Complex
class.
public Complex(
Single
real
,
Single
imag
);
Parameters
Single
The real part.
Single
The imaginary part.
See Also
Complex Class
|
SpringEmbedders Namespace