Click or drag to resize

UInt128Increment Operator

Increments the value of the specified instance by one.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public static UInt128 operator ++(
	UInt128 value
)

Parameters

value
Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The UInt128 to increment.

Return Value

Type: UInt128
The incremented value.
See Also