FaureSequenceNextDouble Method |
Returns the first value of the next point in the sequence.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double NextDouble()
Public Function NextDouble As Double
public:
double NextDouble()
member NextDouble : unit -> float
Return Value
Type:
Double
A
double array which specifies the next sequence value.
Remarks
This method is intended for use when dimension is 1.
See Also