# Class RangeThreshold Namespace: [Aeon.Acquisition](Aeon.Acquisition.md) Assembly: Aeon.Acquisition.dll ```csharp public class RangeThreshold : Transform ``` #### Inheritance [object](https://learn.microsoft.com/dotnet/api/system.object) ← Combinator ← Transform ← [RangeThreshold](Aeon.Acquisition.RangeThreshold.md) #### Inherited Members Combinator.Process\(IObservable\), [object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring), [object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)), [object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)), [object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) ## Properties ### Lower ```csharp public double? Lower { get; set; } ``` #### Property Value [double](https://learn.microsoft.com/dotnet/api/system.double)? ### Upper ```csharp public double? Upper { get; set; } ``` #### Property Value [double](https://learn.microsoft.com/dotnet/api/system.double)? ## Methods ### Process\(IObservable\) Processes an observable sequence into a new sequence of the specified element type. ```csharp public override IObservable Process(IObservable source) ``` #### Parameters `source` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[double](https://learn.microsoft.com/dotnet/api/system.double)\> The source sequence to process. #### Returns [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[bool](https://learn.microsoft.com/dotnet/api/system.boolean)\> An observable sequence with elements of type . ### Process\(IObservable\>\) ```csharp public IObservable> Process(IObservable> source) ``` #### Parameters `source` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)\> #### Returns [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)\>