OutSystems Forge 日本語データベース

Logarithm

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-07-16 1.0.1 Armando Gomes All All Components, Libraries, Developer Tools
対数値を計算するための拡張。 自然対数(e)、ベース10、カスタムベースをサポートします。
System.Mathクラスで説明されている対数関数:https://msdn.microsoft.com/en-us/library/system.math(v=vs.110).aspx   log e(自然)、log10(ベース10)、log n(カスタムベース)をサポートします。

[Overview]
Extension to compute a logarithm value. Supports the natural logarithm (e), the base 10 and custom base.
[Detail]
Logarithm functions as documented on System.Math class: https://msdn.microsoft.com/en-us/library/system.math(v=vs.110).aspx Supports log e (natural), log 10 (base 10) and log n (custom base).
戻る