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