Array Math.Normalize Method
Returns a range that has indexes from end replaced with
offsets from the end of the specified length.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A new range with indexes from end replaced with the offset from length.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Range Normalize(
this Range range,
int length
)
Parameters
Return Value
RangeA new range with indexes from end replaced with the offset from length.