Top > Num2Str

**Num2Str      Strings [#n597af36]
Declaration:
 FUNCTION Num2Str ( decPlace :INTEGER;
                v :REAL
          ) :STRING ;
Description:
 Function Num2Str converts a REAL value to a string and returns the value.
 Parameter decPlace has a range of -1 to 10; if -1 is specified, 
 the value will be returned in scientific notation.

説明
 実数を文字列に変換します。

Parameters:
|decPlace 	|Number of decimal places. |	小数点の桁数|
|        v 	|Numeric value. 	|数値|

返り値
 文字列

Example:
 oldnumValue:=232.5148;
 newStrValue:=Num2Str(3,oldnumValue);
 {would return '232.515'}



リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS