Click or drag to resize

MaximumLengthSequenceLength Property

Gets the length of the sequence as an Int32.

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

Property Value

Int32
The length of the sequence.
Exceptions
ExceptionCondition
InvalidCastException Thrown when the sequence length cannot be represented as an Int32.
Remarks
If the sequence length is greater than MaxValue, an InvalidCastException is thrown.
See Also