Click or drag to resize
Quorum  Conversion (Quorum to Int32)
Cast the value of this Quorum to an Int32.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static implicit operator int (
	Quorum quorum
)

Parameters

quorum
Type: RiakClientQuorum
The Quorum value to cast to an Int32.

Return Value

Type: Int32
An Int32 based on the value of the this Quorum.
See Also