Returns a complex number with double-precision real and imaginary parts
set to random numbers between 0.0 and 1.0.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplex NextDoubleComplexPositive() |
| Visual Basic (Declaration) |
|---|
Public Function NextDoubleComplexPositive As DoubleComplex |
| Visual C++ |
|---|
public: DoubleComplex NextDoubleComplexPositive() |