BFloat16.Log Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Log(BFloat16) | |
| Log(BFloat16, BFloat16) |
Log(BFloat16)
public:
static System::Numerics::BFloat16 Log(System::Numerics::BFloat16 x) = System::Numerics::ILogarithmicFunctions<System::Numerics::BFloat16>::Log;
public static System.Numerics.BFloat16 Log(System.Numerics.BFloat16 x);
static member Log : System.Numerics.BFloat16 -> System.Numerics.BFloat16
Public Shared Function Log (x As BFloat16) As BFloat16
Parameters
- x
- BFloat16
Returns
Implements
Applies to
Log(BFloat16, BFloat16)
public:
static System::Numerics::BFloat16 Log(System::Numerics::BFloat16 x, System::Numerics::BFloat16 newBase) = System::Numerics::ILogarithmicFunctions<System::Numerics::BFloat16>::Log;
public static System.Numerics.BFloat16 Log(System.Numerics.BFloat16 x, System.Numerics.BFloat16 newBase);
static member Log : System.Numerics.BFloat16 * System.Numerics.BFloat16 -> System.Numerics.BFloat16
Public Shared Function Log (x As BFloat16, newBase As BFloat16) As BFloat16
Parameters
- x
- BFloat16
- newBase
- BFloat16