Table of Contents

Class Exp

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that calculates the exponent of every element in the sequence.

public class Exp : ArrayTransform
Inheritance
Exp
Inherited Members

Methods

Process(IObservable<double>)

Calculates the exponent of each 64-bit floating-point number in the sequence.

Process<TArray>(IObservable<TArray>)

Calculates the exponent of individual elements for all arrays in the sequence.