Mol(Math Object Library) fot .Net
BigDecima オブジェクト a の指数部分を返します。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static int Exponent(
	BigDecimal a
)
Visual Basic
Public Shared Function Exponent ( 
	a As BigDecimal
) As Integer
Visual C++
public:
static int Exponent(
	BigDecimal^ a
)
static member Exponent : 
        a : BigDecimal -> int 

Parameters

a
タイプ: Mol..::..BigDecimal
BigDecima オブジェクト

Return Value

タイプ: Int32
a の指数部分の値

参照