ValuesT Constructor
Initializes a new instance of the
Value with provided values. Used in derived classes to initialize base class fields.
Namespace: Fluent.Calculations.Primitives.CollectionsAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Values(
MakeValueArgs makeValueArgs
)
Parameters
- makeValueArgs MakeValueArgs
- Arguments to create a new Collection of values.
This constructor is complements MakeOfThisType() method to create results of operations and methods handling primitive value calculations.