Click or drag to resize

MaximumLengthSequenceLength Property

Gets the length of the sequence as an Int32 value. If the sequence length is greater than int.MaxValue, an InvalidCastException will be thrown.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Length { get; }

Property Value

Int32
The length of the sequence.
See Also