You are here:
Start »
AVL.NET »
AVL.ExpandRegions(AvlNet.Region[], AvlNet.Metric?, AvlNet.Region[])
AVL.ExpandRegions(AvlNet.Region[], AvlNet.Metric?, AvlNet.Region[])
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void ExpandRegions(
AvlNet.Region[] inRegions,
AvlNet.Metric? inMetric,
out AvlNet.Region[] outRegions
)
Parameters
- inRegions
- Type: AvlNet.Region
- inMetric
- Type: System.Nullable<AvlNet.Metric>
- outRegions
- Type: AvlNet.Region
Examples
Errors
| Error type |
Description |
| DomainError |
Input and output arrays are not distinct in ExpandRegions. |
| DomainError |
Dimensions of two or more regions differ in ExpandRegions. |
See also