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

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

Syntax

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

Parameters

x
Type: System..::..Int32
X座標(100倍値)
y
Type: System..::..Int32
Y座標(100倍値)
score
Type: System..::..Int32
相関値(±10000)

Return Value

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

See Also