Click or drag to resize

BinarySize  Conversion (Single to BinarySize)

Performs an implicit conversion from Single to BinarySize.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static implicit operator BinarySize (
	float value
)

Parameters

value
Type: SystemSingle
The value.

Return Value

Type: BinarySize
The result of the conversion.
See Also