BFloat16.Round メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Round(BFloat16) | |
| Round(BFloat16, Int32) | |
| Round(BFloat16, MidpointRounding) | |
| Round(BFloat16, Int32, MidpointRounding) |
Round(BFloat16)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x);
static member Round : System.Numerics.BFloat16 -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16) As BFloat16
パラメーター
- x
- BFloat16
戻り値
実装
適用対象
Round(BFloat16, Int32)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x, int digits) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x, int digits);
static member Round : System.Numerics.BFloat16 * int -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16, digits As Integer) As BFloat16
パラメーター
- x
- BFloat16
- digits
- Int32
戻り値
実装
適用対象
Round(BFloat16, MidpointRounding)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x, MidpointRounding mode) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x, MidpointRounding mode);
static member Round : System.Numerics.BFloat16 * MidpointRounding -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16, mode As MidpointRounding) As BFloat16
パラメーター
- x
- BFloat16
- mode
- MidpointRounding
戻り値
実装
適用対象
Round(BFloat16, Int32, MidpointRounding)
public:
static System::Numerics::BFloat16 Round(System::Numerics::BFloat16 x, int digits, MidpointRounding mode) = System::Numerics::IFloatingPoint<System::Numerics::BFloat16>::Round;
public static System.Numerics.BFloat16 Round(System.Numerics.BFloat16 x, int digits, MidpointRounding mode);
static member Round : System.Numerics.BFloat16 * int * MidpointRounding -> System.Numerics.BFloat16
Public Shared Function Round (x As BFloat16, digits As Integer, mode As MidpointRounding) As BFloat16
パラメーター
- x
- BFloat16
- digits
- Int32
- mode
- MidpointRounding