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

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

Syntax

C#
public static F_EDGE init(
	int x,
	int y,
	int q,
	int mag
)
Visual Basic
Public Shared Function init ( 
	x As Integer,
	y As Integer,
	q As Integer,
	mag As Integer
) As F_EDGE

Parameters

x
Type: System..::..Int32
X座標
y
Type: System..::..Int32
Y座標
q
Type: System..::..Int32
勾配方向( 単位:度, 範囲:-180 ≦ q ≦ 180 )
mag
Type: System..::..Int32
強度( 範囲:-16384 ≦ mag ≦ 16384 )

Return Value

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

See Also