1 reference to Truncate
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1132public static bool IsInteger(float value) => IsFinite(value) && (value == Truncate(value));