Class EventCount
Represents a count of events.
public record EventCount : ConceptAs<ulong>, IComparable<ConceptAs<ulong>>, IComparable<ulong>, IComparable, IEquatable<ConceptAs<ulong>>, IEquatable<EventCount>
- Inheritance
-
EventCount
- Implements
- Inherited Members
Constructors
EventCount(ulong)
Represents a count of events.
public EventCount(ulong Value)
Parameters
ValueulongThe actual count.
Fields
Unlimited
The value representing an unlimited count.
public static readonly EventCount Unlimited
Field Value
Zero
The value representing zero.
public static readonly EventCount Zero
Field Value
Operators
implicit operator EventCount(int)
Implicitly convert from int to EventCount.
public static implicit operator EventCount(int value)
Parameters
valueintValue to convert from.
Returns
implicit operator EventCount(long)
Implicitly convert from long to EventCount.
public static implicit operator EventCount(long value)
Parameters
valuelongValue to convert from.
Returns
implicit operator EventCount(ulong)
Implicitly convert from ulong to EventCount.
public static implicit operator EventCount(ulong value)
Parameters
valueulongValue to convert from.