Returns the nearest higher power of 2.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static int NearestPower2(
	int n
)

Parameters

n
Type: System..::.Int32
A hole number.

Return Value

The nearest power of 2 that >=.

See Also