NumericTextConverterDoubleToText メソッド |
実数値 (double)を指定した長さ表記の文字列に変換します。
指定した表記タイプがフィート・インチの場合、指定した実数値はミリとして変換します。
名前空間:
RootPro.RootProCAD.Geometry
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract string DoubleToText(
double lengthValue,
LengthUnitFormatType formatType,
int precision,
bool visibleZero,
bool aboveZeroVisible,
bool feetZeroVisible,
bool inchZeroVisible
)
Public MustOverride Function DoubleToText (
lengthValue As Double,
formatType As LengthUnitFormatType,
precision As Integer,
visibleZero As Boolean,
aboveZeroVisible As Boolean,
feetZeroVisible As Boolean,
inchZeroVisible As Boolean
) As String
パラメーター
- lengthValue
- 型: SystemDouble
実数値 (double) - formatType
- 型: RootPro.RootProCADLengthUnitFormatType
長さ表記タイプ LengthUnitFormatType。 - precision
- 型: SystemInt32
長さ表記精度 0...8 - visibleZero
- 型: SystemBoolean
「小数点の後のゼロ表示」フラグ - aboveZeroVisible
- 型: SystemBoolean
「小数点の前のゼロ表示」フラグ - feetZeroVisible
- 型: SystemBoolean
「ゼロのフィートを表示」フラグ - inchZeroVisible
- 型: SystemBoolean
「ゼロのインチを表示」フラグ
戻り値
型:
String指定した表記の文字列 (エラーの場合は空)。
関連項目