1 reference to IsPow2
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
888
public static bool IsPow2(NFloat value) => NativeType.
IsPow2
(value._value);