GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.UI 名前空間 > UIHelper クラス : GetFractionDigits メソッド |
true
、それ以外の場合はfalse
>。
true
の場合にのみ使用されます。
'Declaration
Public Shared Function GetFractionDigits( _ ByVal value As Double, _ ByVal allowExponentialFormat As Boolean, _ ByRef exponentialFormat As Boolean _ ) As Integer
public static int GetFractionDigits( double value, bool allowExponentialFormat, out bool exponentialFormat )
true
、それ以外の場合はfalse
>。true
の場合にのみ使用されます。値が数値でない場合は -1。
exponentialFormatが true
の場合、結果は指数値を表します。 それ以外の場合は、小数点以下の合計桁数を表す負ではない値を返します。