Slice.Is Complete 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.2
C#
true if the slice starts at 0, has unit stride, and length equal to length; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool IsComplete(
int length
)
Parameters
- length Int32
- A number.
Return Value
Booleantrue if the slice starts at 0, has unit stride, and length equal to length; otherwise false.