Class DecimalValue
- Namespace
- CedarDotNet.Values
- Assembly
- CedarDotNet.dll
The Cedar value that represents a decimal.
public sealed record DecimalValue : Value, IEquatable<Value>, IEquatable<DecimalValue>
- Inheritance
-
DecimalValue
- Implements
- Inherited Members
Constructors
DecimalValue(decimal)
Creates a new DecimalValue instance.
public DecimalValue(decimal value)
Parameters
value
decimalThe value.
Properties
Value
The value.
public decimal Value { get; }