Slice.IsComplete Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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