Mol(Math Object Library) fot .Net
a の全配列要素に v を代入します。配列が実数・整数の場合は引数の実数部が使用されます。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static int Fill(
	_Array a,
	Complex v
)
Visual Basic
Public Shared Function Fill ( 
	a As _Array,
	v As Complex
) As Integer
Visual C++
public:
static int Fill(
	_Array^ a, 
	Complex v
)
static member Fill : 
        a : _Array * 
        v : Complex -> int 

Parameters

a
タイプ: Mol..::.._Array
計算対象の配列
v
タイプ: System.Numerics..::..Complex
代入する値

Return Value

タイプ: Int32
実際に代入した数(配列サイズ)

参照