Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value
Primitive Property
Numeric primitive representation of the value.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
decimal
Primitive
{
get
;
init
; }
Property Value
Decimal
Primitive value.
Implements
IValue
Primitive
Remarks
Decimal is intentinal choice at this point as being most common number type for business related calculations.
See Also
Reference
Value Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also