Generic Extensions.Log 10<T> Method
Returns the base 10 logarithm of the specified number.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static T Log10<T>(
this IRealOperations<T> ops,
T value
)
Parameters
- ops IRealOperations<T>
- value T
Type Parameters
- T