Table of Contents

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 decimal

The value.

Properties

Value

The value.

public decimal Value { get; }

Property Value

decimal