Empty StructureNaiad Help

[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

  NameDescription
Public methodCompareTo
Returns 0.
Public methodEquals
Returns true.
Public methodGetHashCode
GetHashCode override
(Overrides ValueTypeGetHashCode.)
Public methodInitializeFrom
Returns an empty time.
Public methodJoin
Returns an empty time.
Public methodLessThan
Returns true.
Public methodMeet
Returns an empty time.
Public methodPopulate
Populates a Pointstamp with an empty timestamp.
Top
Fields

  NameDescription
Public fieldzero
A dummy value, for compatibility with the current serializer.
Top
Properties

  NameDescription
Public propertyCoordinates
The number of integer coordinates in timestamps of this type (i.e. zero).
Top
See Also

Reference