[This is preliminary documentation and is subject to change.]
Returns the earlier of this and the other timestamps.
Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public IterationIn<TTime> Meet( IterationIn<TTime> other )
Parameters
- other
- Type: Microsoft.Research.Naiad.DataflowIterationInTTime
The other timestamps.
Return Value
Type: IterationInTTimeThe earlier of this and the other timestamps.
Implements
TimeTTimeMeet(TTime)See Also