Class ShapeShiftInteger
- Namespace
- ShapeShift
- Assembly
- ShapeShift.dll
Represents a signed integer value.
public sealed record ShapeShiftInteger : ShapeShiftNumber, IShapeable<ShapeShiftValue>, IEquatable<ShapeShiftValue>, IEquatable<ShapeShiftNumber>, IEquatable<ShapeShiftInteger>
- Inheritance
-
ShapeShiftInteger
- Implements
-
IShapeable<ShapeShiftValue>
- Inherited Members
Constructors
ShapeShiftInteger(long)
Represents a signed integer value.
public ShapeShiftInteger(long Value)
Parameters
ValuelongThe represented value.
Properties
Value
The represented value.
public long Value { get; init; }