NFloat.Log メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Log(NFloat) |
自然 ( |
Log(NFloat, NFloat) |
指定した底の値の対数を計算します。 |
Log(NFloat)
- ソース:
- NFloat.cs
- ソース:
- NFloat.cs
- ソース:
- NFloat.cs
自然 (base-E
値の対数) を計算します。
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
パラメーター
- x
- NFloat
自然対数が計算される値。
戻り値
x
の自然対数。
実装
適用対象
Log(NFloat, NFloat)
- ソース:
- NFloat.cs
- ソース:
- NFloat.cs
- ソース:
- NFloat.cs
指定した底の値の対数を計算します。
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
パラメーター
- x
- NFloat
対数が計算される値。
- newBase
- NFloat
対数を計算する底。
戻り値
の底対newBase
数 x
。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET