| 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
)
Public Function Add (
value As BinarySize
) As BinarySize
public:
BinarySize Add(
BinarySize value
)
member Add :
value : BinarySize -> BinarySize
Parameters
- value
- Type: Ookii.JumboBinarySize
The value to add.
Return Value
Type:
BinarySizeA new object that represents the value of this instance plus
value.
See Also