2 references to ToInt16
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
1723public void Convert(in BL src, ref I2 dst) => dst = System.Convert.ToInt16(src);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (1)
348return Convert.ToInt16(m_value);