Number.DecimalNumber(Int64) Constructor

Initializes a new instance of the Number.DecimalNumber class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public DecimalNumber(
	long number
)

Parameters

number  Int64
The number based on which this Number.DecimalNumber will be created

See Also