1 reference to Round
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
998public static NFloat Round(NFloat x, int digits) => new NFloat(NativeType.Round(x._value, digits));