バージョン

Primes メソッド

n の前に素数を含む Vector を返します。
シンタックス
'宣言
 
Public Shared Function Primes( _
   ByVal n As Double _
) As Vector
public static Vector Primes( 
   double n
)

パラメータ

n
double。

戻り値の型

n の前の素数。
参照