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

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

Syntax

C#
public static FCOMPLEX init(
	double real,
	double image
)
Visual Basic
Public Shared Function init ( 
	real As Double,
	image As Double
) As FCOMPLEX

Parameters

real
Type: System..::..Double
実部
image
Type: System..::..Double
虚部

Return Value

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

See Also