Number  Conversion (Number to Int64) | 
  
    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 long (
	Number number
)
Public Shared Narrowing Operator CType ( 
	number As Number
) As Long
static explicit operator long long (
	Number number
)
F# does not support the declaration of new casting operators.
Parameters
- number
 - Type: Dundas.BINumber
The Number value. 
Return Value
Type: 
Int64The 
Int64 value.
See Also