[This is preliminary documentation and is subject to change.]
Gets the capacity of at least or larger larger than the specified number. For numbers <= 16300007 the function uses lookup table for speed
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static int GetPrimeCapacityOfAtLeast(
int capacity
)
public static int GetPrimeCapacityOfAtLeast(
int capacity
)
Public Shared Function GetPrimeCapacityOfAtLeast (
capacity As Integer
) As Integer
Public Shared Function GetPrimeCapacityOfAtLeast (
capacity As Integer
) As Integer
public:
static int GetPrimeCapacityOfAtLeast(
int capacity
)
public:
static int GetPrimeCapacityOfAtLeast(
int capacity
)
static member GetPrimeCapacityOfAtLeast :
capacity : int -> int
static member GetPrimeCapacityOfAtLeast :
capacity : int -> int
Return Value
Type:
Int32