TimeTTimeMeet Method Naiad Help

[This is preliminary documentation and is subject to change.]

Computes the greatest lower 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 Meet(
	TTime other
)

Parameters

other
Type: TTime
The other time.

Return Value

Type: TTime
The greatest lower bound of the two times.
See Also

Reference