3 writes to Max
Microsoft.ML.Data (3)
DataLoadSave\Database\DatabaseLoader.cs (3)
267Max = index; 279Max = -1; 294Max = max;
3 references to Max
Microsoft.ML.Data (3)
DataLoadSave\Database\DatabaseLoader.cs (3)
322/// This value, if non-<c>null</c>, overrides <see cref="Min" /> and <see cref="Max" />. 519int max = range.Max; 520ch.CheckUserArg(min <= max, nameof(range.Max));