2 writes to _max
Microsoft.ML.Core (2)
EntryPoints\ModuleArgs.cs (2)
190_max = value; 252_max = Convert.ToDouble(_max);
10 references to _max
Microsoft.ML.Core (10)
EntryPoints\ModuleArgs.cs (10)
167Contracts.Check(_max == null || ((IComparable)_max).CompareTo(value) != -1, 180get { return _max; } 205Contracts.Check(_max == null || ((IComparable)_max).CompareTo(value) == 1, 222Contracts.Check(_max == null, 251if (_max != null) 252_max = Convert.ToDouble(_max); 270if (_max != null) 271pieces.Add($"Max = {_max}{optionalTypeSpecifier}");