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