BFloat16.Round Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| Round(BFloat16) | |
| Round(BFloat16, Int32) | |
| Round(BFloat16, MidpointRounding) | |
| Round(BFloat16, Int32, MidpointRounding) |
Round(BFloat16)
- Källa:
- BFloat16.cs
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
Parametrar
- x
- BFloat16
Returer
Implementeringar
Gäller för
Round(BFloat16, Int32)
- Källa:
- BFloat16.cs
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
Parametrar
- x
- BFloat16
- digits
- Int32
Returer
Implementeringar
Gäller för
Round(BFloat16, MidpointRounding)
- Källa:
- BFloat16.cs
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
Parametrar
- x
- BFloat16
- mode
- MidpointRounding
Returer
Implementeringar
Gäller för
Round(BFloat16, Int32, MidpointRounding)
- Källa:
- BFloat16.cs
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
Parametrar
- x
- BFloat16
- digits
- Int32
- mode
- MidpointRounding