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

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

Syntax

C#
public static PNT3_T init(
	int x,
	int y,
	int z
)
Visual Basic
Public Shared Function init ( 
	x As Integer,
	y As Integer,
	z As Integer
) As PNT3_T

Parameters

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

Return Value

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

See Also