Top > Num2Str

Num2Str      Strings Edit

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:

decPlaceNumber of decimal places.小数点の桁数
vNumeric value.数値

返り値
 文字列

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


リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS
Last-modified: Fri, 09 Dec 2011 16:21:48 JST (4525d)