NVal Conversion (NVal to Int32) |
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static explicit operator int (
NVal nval
)
F# does not support the declaration of new casting operators.
Parameters
- nval
- Type: RiakClientNVal
The NVal to cast to an Int32.
Return Value
Type:
Int32An
Int32 based on the value of this
NVal.
See Also