Click or drag to resize
NVal  Conversion (Int32 to NVal)
Cast the value of this UInt32 to a NVal.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static explicit operator NVal (
	int nval
)

Parameters

nval
Type: SystemInt32
The UInt32 value to cast to a NVal.

Return Value

Type: NVal
A NVal based on the value of the this Int32.
See Also