[This is preliminary documentation and is subject to change.]
Represents a non-varying logical time.
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 struct Empty : Time<Empty>, IEquatable<Empty>, IComparable<Empty>
The Empty type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CompareTo |
Returns 0.
|
![]() | Equals |
Returns true.
|
![]() | GetHashCode |
GetHashCode override
(Overrides ValueTypeGetHashCode.) |
![]() | InitializeFrom |
Returns an empty time.
|
![]() | Join |
Returns an empty time.
|
![]() | LessThan |
Returns true.
|
![]() | Meet |
Returns an empty time.
|
![]() | Populate |
Populates a Pointstamp with an empty timestamp.
|
Fields
Name | Description | |
---|---|---|
![]() | zero |
A dummy value, for compatibility with the current serializer.
|
Properties
Name | Description | |
---|---|---|
![]() | Coordinates |
The number of integer coordinates in timestamps of this type (i.e. zero).
|
See Also