Half.IsPow2(Half) Method

Definition

Determines if a value is a power of two.

public:
 static bool IsPow2(Half value) = System::Numerics::IBinaryNumber<Half>::IsPow2;
public static bool IsPow2 (Half value);
static member IsPow2 : Half -> bool
Public Shared Function IsPow2 (value As Half) As Boolean

Parameters

value
Half

The value to be checked.

Returns

true if value is a power of two; otherwise, false.

Implements

Applies to