Test additional content header

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
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