6 references to Length
Microsoft.ML.Core (6)
Utilities\BigArray.cs (6)
19
/// can be retrieved from the <see cref="
Length
"/> property, which can possibly be strictly less
200
/// If <paramref name="newLength"/> equals <see cref="
Length
"/>, then no operation is done.
201
/// If <paramref name="newLength"/> is less than <see cref="
Length
"/>, the array shrinks in size
203
/// If <paramref name="newLength"/> is larger than <see cref="
Length
"/>, the array capacity grows
390
Contracts.Assert(idx <=
Length
&& length <=
Length
- idx);