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