NFloat.Log Method
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.
Log(NFloat) |
Computes the natural ( |
Log(NFloat, NFloat) |
Computes the logarithm of a value in the specified base. |
- Source:
- NFloat.cs
- Source:
- NFloat.cs
- Source:
- NFloat.cs
Computes the natural (base-E
logarithm of a value.
public:
static System::Runtime::InteropServices::NFloat Log(System::Runtime::InteropServices::NFloat x) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log;
public static System.Runtime.InteropServices.NFloat Log(System.Runtime.InteropServices.NFloat x);
static member Log : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log (x As NFloat) As NFloat
Parameters
- x
- NFloat
The value whose natural logarithm is to be computed.
Returns
The natural logarithm of x
.
Implements
Applies to
.NET 10 ja muud versioonid
Toode | Versioonid |
---|---|
.NET | 7, 8, 9, 10 |
- Source:
- NFloat.cs
- Source:
- NFloat.cs
- Source:
- NFloat.cs
Computes the logarithm of a value in the specified base.
public:
static System::Runtime::InteropServices::NFloat Log(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat newBase) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log;
public static System.Runtime.InteropServices.NFloat Log(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat newBase);
static member Log : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log (x As NFloat, newBase As NFloat) As NFloat
Parameters
- x
- NFloat
The value whose logarithm is to be computed.
- newBase
- NFloat
The base in which the logarithm is to be computed.
Returns
The base-newBase
logarithm of x
.
Implements
Applies to
.NET 10 ja muud versioonid
Toode | Versioonid |
---|---|
.NET | 7, 8, 9, 10 |
Toote „.NET“ tagasiside
.NET on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link: