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

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

Syntax

C#
public static F_DEDGE init(
	double x,
	double y,
	double q,
	double mag
)
Visual Basic
Public Shared Function init ( 
	x As Double,
	y As Double,
	q As Double,
	mag As Double
) As F_DEDGE

Parameters

x
Type: System..::..Double
X座標
y
Type: System..::..Double
Y座標
q
Type: System..::..Double
勾配方向(単位:radian, 範囲:-π ≦ q ≦ π )
mag
Type: System..::..Double
強度( 範囲:-1.0 ≦ mag ≦ 1.0 )

Return Value

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

See Also