Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Number(Number) Constructor
Initializes a new instance of the
Number
by making a deep copy of an existing value.
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
Number
(
Number
number
)
Parameters
number
Number
Exisitng value.
Remarks
Useful to create results of derived types.
See Also
Reference
Number Class
Number Overload
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
See Also