Convert the signle precision range to integer range.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public IntRange ToIntRange(
	bool provideInnerRange
)

Parameters

provideInnerRange
Type: System..::.Boolean
Specifies if inner integer range must be returned or outer range.

Return Value

Returns integer version of the range.

Remarks

If provideInnerRange is set to trueTruetruetrue (True in Visual Basic), then the returned integer range will always fit inside of the current single precision range. If it is set to falseFalsefalsefalse (False in Visual Basic), then current single precision range will always fit into the returned integer range.

See Also