Number  Conversion (Number to Int16) | 
  
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static explicit operator short (
	Number number
)
Public Shared Narrowing Operator CType ( 
	number As Number
) As Short
static explicit operator short (
	Number number
)
F# does not support the declaration of new casting operators.
Parameters
- number
 - Type: Dundas.BINumber
The Number value. 
Return Value
Type: 
Int16The 
Int16 value.
See Also