Test additional content header

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
public Number(
	Number number
)

Parameters

number  Number
Exisitng value.

Remarks

Useful to create results of derived types.

See Also