Test additional content header

IValuePrimitive 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
[JsonPropertyNameAttribute("Primitive")]
decimal Primitive { get; }

Property Value

Decimal
Primitive value.

Remarks

Decimal is intentinal choice at this point as being most common number type for business related calculations.

See Also