Number   Conversion (Number to Int16)

Converts the value from type Number to type Int16.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static explicit operator short (
	Number number
)

Parameters

number  Number
The Number value.

Return Value

Int16
The Int16 value.
See Also