Ln() 공개 메소드

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