Click or drag to resize
NVal Constructor
Initializes a new instance of the NVal class.

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

Parameters

nval
Type: SystemInt32
The positive int value to use for NVal option.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionnval must be greater than zero.
See Also