Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value(Value) Constructor
Initializes a new instance of the
Value
which is deep copy of the supplied value parameter.
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
Value
(
Value
value
)
Parameters
value
Value
Value to copy
Remarks
This constructor is used in constructors of derived types based on a simpler types. For example Money type could based on Number.
See Also
Reference
Value Class
Value Overload
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
See Also