Number Conversion (Number to Byte) |
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static explicit operator byte (
Number number
)
Public Shared Narrowing Operator CType (
number As Number
) As Byte
static explicit operator unsigned char (
Number number
)
F# does not support the declaration of new casting operators.
Parameters
- number
- Type: Dundas.BINumber
The Number value.
Return Value
Type:
ByteThe
Byte value.
See Also