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 |