Returns the next point in the sequence.

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

Syntax

C#
public double[] NextPoint()
Visual Basic (Declaration)
Public Function NextPoint As Double()
Visual C++
public:
virtual array<double>^ NextPoint() sealed

Return Value

A double array which specifies the next point in the sequence.

Implements

IRandomSequence..::.NextPoint()()()

See Also