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

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

Syntax

C#
public static F_RUNLENGTH init(
	int xs,
	int xe,
	int y
)
Visual Basic
Public Shared Function init ( 
	xs As Integer,
	xe As Integer,
	y As Integer
) As F_RUNLENGTH

Parameters

xs
Type: System..::..Int32
ランの開始X座標
xe
Type: System..::..Int32
ランの終端X座標
y
Type: System..::..Int32
ランのY座標

Return Value

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

See Also