Test additional content header

ValuesTPrimitive Property

Numeric primitive representation of the sum of all Primitive values in the collection.

Definition

Namespace: Fluent.Calculations.Primitives.Collections
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public decimal Primitive { get; }

Property Value

Decimal
Primitive value of sum of all elements.

Implements

IValuePrimitive

Remarks

Provides an opportunity for implementing operators so collection can be used in same manner as standalone value. Using Sum() method would be a default choice.

See Also