2 references to ToDouble
Microsoft.ML.SearchSpace (1)
Option\UniformNumericOption.cs (1)
142var doubleValue = Convert.ToDouble(singleValue);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
504return Convert.ToDouble(m_value);