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

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

Syntax

C#
public static SPNT3_T init(
	short x,
	short y,
	short z
)
Visual Basic
Public Shared Function init ( 
	x As Short,
	y As Short,
	z As Short
) As SPNT3_T

Parameters

x
Type: System..::..Int16
X座標
y
Type: System..::..Int16
Y座標
z
Type: System..::..Int16
Z座標

Return Value

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

See Also