Log10() 공개 메소드

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