IntMath GetAdjacentPrimeNumberLessThanOrEqualTo Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets adjacent prime number which is less than or equal to the specified number. Arguments less than 3 yield 2;

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static int GetAdjacentPrimeNumberLessThanOrEqualTo(
	int number
)

Return Value

Type: OnlineInt32
See Also