初期値指定コンストラクタ

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static F_ARRAY_INDEX init(
	int index,
	int size
)
Visual Basic
Public Shared Function init ( 
	index As Integer,
	size As Integer
) As F_ARRAY_INDEX

Parameters

index
Type: System..::..Int32
要素番号
size
Type: System..::..Int32
サイズ(長さ)

Return Value

Type: F_ARRAY_INDEX
指定された値で構築されたインスタンスを返します。

See Also