Editéieren

Deelen iwwer


BFloat16.Log Method

Definition

Overloads

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

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

newBase
BFloat16

Returns

Implements

Applies to