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

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

Syntax

C#
public static LINE init(
	int a,
	int b,
	int c
)
Visual Basic
Public Shared Function init ( 
	a As Integer,
	b As Integer,
	c As Integer
) As LINE

Parameters

a
Type: System..::..Int32
a * 65536 (32 bit)
b
Type: System..::..Int32
b * 65536 (32 bit)
c
Type: System..::..Int32
c * 16 (32 bit)

Return Value

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

See Also