Click or drag to resize

UInt128Addition Operator

Adds two UInt128 values.

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 left,
	UInt128 right
)

Parameters

left
Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The first UInt128.
right
Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The second UInt128.

Return Value

Type: UInt128
The result of the addition.
See Also