# Class WeightBaseline
Namespace: [Aeon.Environment](Aeon.Environment.md)
Assembly: Aeon.Environment.dll
```csharp
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class WeightBaseline
```
#### Inheritance
[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[WeightBaseline](Aeon.Environment.WeightBaseline.md)
#### Inherited Members
[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)
## Methods
### Process\(IObservable, IObservable\)
```csharp
public IObservable Process(IObservable source, IObservable trigger)
```
#### Parameters
`source` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[WeightMeasurement](Aeon.Environment.WeightMeasurement.md)\>
`trigger` [IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)
#### Returns
[IObservable](https://learn.microsoft.com/dotnet/api/system.iobservable\-1)<[WeightMeasurement](Aeon.Environment.WeightMeasurement.md)\>
#### Type Parameters
`TOther`