IntMath GetPrimeCapacityOfAtLeast Method NFX Class Library

[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: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static int GetPrimeCapacityOfAtLeast(
	int capacity
)

Return Value

Type: OnlineInt32
See Also