配列要素のアドレス

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

Syntax

C#
public DEDGE_T_PTR at(
	int index
)
Visual Basic
Public Function at ( 
	index As Integer
) As DEDGE_T_PTR

Parameters

index
Type: System..::..Int32
配列指標 (0~)

Return Value

Type: DEDGE_T_PTR
指定された位置のアドレスを自身と同じクラスに格納して返します。

See Also