Click or drag to resize

BinarySizeAdd Method

Returns a new BinarySize object whose value is the sum of the specified BinarySize object and this instance.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public BinarySize Add(
	BinarySize value
)

Parameters

value
Type: Ookii.JumboBinarySize
The value to add.

Return Value

Type: BinarySize
A new object that represents the value of this instance plus value.
See Also