浮動小数点組み込み関数 - Add メソッド

2 つの浮動小数の和

浮動小数点組み込み関数 (PRIM_LIBI.IFloatingPointIntrinsics) のメンバ

パラメーター

名前タイプデータ タイプ記述
Result*Result (任意)浮動結果の数字
Object*Input浮動加算する数

詳細

Add は、 Object パラメータで指定された値をサブジェクト変数に追加します。

#Float := #Float.Add(#Float2)
This is the same as writing
#Float += #Float2
または、
#Float := #Float + #Float2

参照

すべてのコンポーネント クラス

テクニカルリファレンス

2018 - V14SP1