2 references to ToBoolean
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
959public void Convert(in R4 src, ref BL dst) => dst = System.Convert.ToBoolean(src);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
449return Convert.ToBoolean(m_value);