Quorum Conversion (UInt32 to Quorum) |
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static explicit operator Quorum (
uint quorum
)
F# does not support the declaration of new casting operators.
Parameters
- quorum
- Type: SystemUInt32
The UInt32 value to cast to a Quorum.
Return Value
Type:
QuorumA
Quorum based on the value of the this
UInt32.
See Also