[This is preliminary documentation and is subject to change.]
Computes the least upper bound of this and other, according to the
partial order defined on those times.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
TTime Join( TTime other )
Parameters
- other
- Type: TTime
The other time.
Return Value
Type: TTimeThe least upper bound of the two times.
See Also