Test additional content header

IValueProviderMakeOfThisType Method

Initializes a new instance of the concrete type.

Definition

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

Parameters

args  MakeValueArgs
Arguments to create a new value.

Return Value

IValueProvider
New instance concrete value.

Remarks

Use when implementing new functions and return results of target value type. Returned value should be casted to final type.

See Also