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

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

Syntax

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

Parameters

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

Return Value

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

See Also