Slice.IsComplete Method

Gets whether the slice contains all indexes from 0 up to the specified length.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsComplete(
	int length
)

Parameters

length  Int32
A number.

Return Value

Boolean
true if the slice starts at 0, has unit stride, and length equal to length; otherwise false.

See Also