Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
IValue
Provider
Make
Of
This
Type 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
C#
Copy
View Source
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
Reference
IValueProvider Interface
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also