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.3.0.1000)
Syntax public Number(
Object value
)
Public Sub New (
value As Object
)
public:
Number(
Object^ value
)
new :
value : Object -> Number
Parameters
- value
- Type: SystemObject
The value.
Exceptions See Also