Click or drag to resize
Accord.NET (logo)

ByteRange  Conversion (ByteRange to IntRange)

Performs an implicit conversion from ByteRange to IntRange.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static implicit operator IntRange (
	ByteRange range
)
Request Example View Source

Parameters

range
Type: AccordByteRange
The range.

Return Value

Type: IntRange
The result of the conversion.
See Also