Log10() public method

Takes the base-10 logarithm of the scalar.
public Log10 ( ) : ScalarValue
return ScalarValue
Beispiel #1
0
 protected override ScalarValue GetValue(ScalarValue value)
 {
     return(value.Log10());
 }