[This is preliminary documentation and is subject to change.]
Increases a capacity to a prime number by the factor. Both numbers must be positive
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static int GetCapacityFactoredToPrime(
int capacity,
double factor
)
public static int GetCapacityFactoredToPrime(
int capacity,
double factor
)
Public Shared Function GetCapacityFactoredToPrime (
capacity As Integer,
factor As Double
) As Integer
Public Shared Function GetCapacityFactoredToPrime (
capacity As Integer,
factor As Double
) As Integer
public:
static int GetCapacityFactoredToPrime(
int capacity,
double factor
)
public:
static int GetCapacityFactoredToPrime(
int capacity,
double factor
)
static member GetCapacityFactoredToPrime :
capacity : int *
factor : float -> int
static member GetCapacityFactoredToPrime :
capacity : int *
factor : float -> int
Return Value
Type:
Int32