real クラス : Round2() メソッド

説明

インスタンス値に最も近い整数値を持つreal型の新しいインスタンスを取得します。

構文

realInstance.Round2()

引数

無し

返り値

クラス説明
realインスタンス値に最も近い整数値を持つreal型の新しいインスタンス。

サンプルコード

//anyRealはreal型のインスタンス.

real newInstance = anyReal.Round2();

注意

System.Math.Round(Double,MidpointRounding)のラッパーです。

参照リンク

Copyright © Rice All rights reserved.