BFloat16.Round Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| 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
Parameter
- x
- BFloat16
Gibt zurück
Implementiert
Gilt für:
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
Parameter
- x
- BFloat16
- digits
- Int32
Gibt zurück
Implementiert
Gilt für:
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
Parameter
- x
- BFloat16
- mode
- MidpointRounding
Gibt zurück
Implementiert
Gilt für:
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
Parameter
- x
- BFloat16
- digits
- Int32
- mode
- MidpointRounding