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

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

Syntax

C#
public static PLANE init(
	double a,
	double b,
	double c,
	double d
)
Visual Basic
Public Shared Function init ( 
	a As Double,
	b As Double,
	c As Double,
	d As Double
) As PLANE

Parameters

a
Type: System..::..Double
係数 a
b
Type: System..::..Double
係数 b
c
Type: System..::..Double
係数 c
d
Type: System..::..Double
係数 d

Return Value

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

See Also