The Math type exposes the following members.

Constructors

NameDescription
Public methodMath
コンストラクタ

Methods

NameDescription
Public methodStatic memberDegToRad
degree単位からradian単位への変換
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodStatic memberGetBit
ビット値の取得
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodStatic memberIsEqual(Double, Double)
浮動小数点数の比較 (倍精度)
Public methodStatic memberIsEqual(Single, Single)
浮動小数点数の比較 (単精度)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodStatic memberRadToDeg
radian単位からdegree単位への変換
Public methodStatic memberRotate
回転
Public methodStatic memberRound
四捨五入
Public methodStatic memberSetBit
ビット値の設定
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)

Fields

NameDescription
Public fieldStatic memberEPSd
イプシロン(ε) [倍精度浮動小数点用] ( 1.0e-9 )
Public fieldStatic memberEPSf
イプシロン(ε) [単精度浮動小数点用] ( 1.0e-5f )
Public fieldStatic memberPi
円周率 ( 3.14159265358979323846 )

See Also