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

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

Syntax

C#
public static DSPHERE_T init(
	double x,
	double y,
	double z,
	double radius
)
Visual Basic
Public Shared Function init ( 
	x As Double,
	y As Double,
	z As Double,
	radius As Double
) As DSPHERE_T

Parameters

x
Type: System..::..Double
中心座標X
y
Type: System..::..Double
中心座標Y
z
Type: System..::..Double
中心座標Z
radius
Type: System..::..Double
半径

Return Value

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

See Also