Returns the number of points skipped at the beginning of the sequence.

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

Syntax

C#
public int Skip { get; }
Visual Basic (Declaration)
Public ReadOnly Property Skip As Integer
Visual C++
public:
property int Skip {
	int get ();
}

Field Value

A int which specifies the number of points skipped.

See Also