Test additional content header

Value(MakeValueArgs) Constructor

Initializes a new instance of the [!:Values] with provided values. Used in derived classes to initialize base class fields.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: 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.

Remarks

This constructor is complements MakeOfThisType() method to create results of operations and methods handling primitive value calculations.

See Also