Test additional content header

NumberMakeOfThisType Method

Initializes a new instance of Number class.

Definition

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

Parameters

args  MakeValueArgs
Arguments to create a new Number.

Return Value

IValueProvider
New instance of Number configured with values provided with specified args.

Implements

IValueProviderMakeOfThisType(MakeValueArgs)

Remarks

Use this method to create a results of math or logical operations or calculation methods.

See Also