4 references to ToSingle
Microsoft.ML.Transforms (1)
Expression\BuiltinFunctions.cs (1)
341FunctionProviderUtils.Fn<I4, R4>(Convert.ToSingle),
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
367_pressureFactor = (float)(Convert.ToSingle(min + value) / Convert.ToSingle(max));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
252return Convert.ToSingle(m_value);