Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Number
Make
Of
This
Type 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
C#
Copy
View Source
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
IValueProvider
MakeOfThisType(MakeValueArgs)
Remarks
Use this method to create a results of math or logical operations or calculation methods.
See Also
Reference
Number Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also