Returns the first value of the next point in the sequence.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double NextDouble()
Visual Basic (Declaration)
Public Function NextDouble As Double
Visual C++
public:
double NextDouble()

Return Value

A double array which specifies the next sequence value.

Remarks

This method is intended for use when dimension is 1.

See Also