Test additional content header

ValueMakeOfThisType Method

Initializes a new instance of the derived value class. Used by the framework to create expected result types.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public abstract IValueProvider MakeOfThisType(
	MakeValueArgs args
)

Parameters

args  MakeValueArgs
Arguments to create a new value

Return Value

IValueProvider
New instance of same type.

Implements

IValueProviderMakeOfThisType(MakeValueArgs)

Remarks

This method is typically used to create a results of math or logical operations or calculation methods, build int ValueMath.Abs() would be an example.

See Also