'宣言 Public Function GetMin( _ ByVal axisType As AxisTypeEnum _ ) As System.Double
public System.double GetMin( AxisTypeEnum axisType )
パラメータ
- axisType
- 軸タイプ(X、Y、Z のいずれか)。
戻り値の型
最小の座標値に等しい Double 値。
'宣言 Public Function GetMin( _ ByVal axisType As AxisTypeEnum _ ) As System.Double
public System.double GetMin( AxisTypeEnum axisType )