You are here: Start » AVL.NET » AVL.EnlargeRegionNTimes(AvlNet.Region, int, AvlNet.Region)

AVL.EnlargeRegionNTimes(AvlNet.Region, int, AvlNet.Region)

Enlarges a region by a natural factor.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void EnlargeRegionNTimes(
	AvlNet.Region inRegion,
	int inN,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inN
Type: System.Int32
The scaling coefficient
outRegion
Type: AvlNet.Region
Output region

Examples

EnlargeRegionNTimes performed on the sample region.

Errors

Error type Description
DomainError Input and output regions are not distinct in EnlargeRegionNTimes.
DomainError Output region too big in EnlargeRegionNTimes.

See also