Class Log
Represents an operator that calculates the natural logarithm of the absolute value of every element in the sequence.
public class Log : ArrayTransform
- Inheritance
-
Log
- Inherited Members
Methods
- Process(IObservable<double>)
Calculates the natural logarithm of each 64-bit floating-point number in the sequence.
- Process<TArray>(IObservable<TArray>)
Calculates the natural logarithm of the absolute value of every element for each array in the sequence.