Number Constructor

Initializes a new instance of the Number structure.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public Number(
	Object value
)

Parameters

value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
ArgumentExceptionvalue is not numeric.
See Also