FaureSequenceSkip Property |
Returns the number of points skipped at the beginning of the
sequence.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property Skip As Integer
Get
public:
property int Skip {
int get ();
}
member Skip : int with get
Property Value
Type:
Int32
A
int which specifies the number of points skipped.
See Also