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