FaureSequenceNextPoint Method |
Returns the next point in the sequence.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] NextPoint()
Public Function NextPoint As Double()
public:
virtual array<double>^ NextPoint() sealed
abstract NextPoint : unit -> float[]
override NextPoint : unit -> float[]
Return Value
Type:
Double
A
double array which specifies the next point in the sequence.
Implements
IRandomSequenceNextPointSee Also