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