| 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
)
Public Shared Operator ++ (
value As UInt128
) As UInt128
public:
static UInt128 operator ++(
UInt128 value
)
static let inline (++)
value : UInt128 : UInt128
Parameters
- value
- Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The UInt128 to increment.
Return Value
Type:
UInt128The incremented value.
See Also