You are here: Start » AVL.NET » AVL.MakeRegionConditional(AvlNet.Region, AvlNet.RegionFeature, float?, float?, AvlNet.Region)
AVL.MakeRegionConditional(AvlNet.Region, AvlNet.RegionFeature, float?, float?, AvlNet.Region)
Computes region feature and checks whether its value is in range.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MakeRegionConditional( AvlNet.Region inRegion, AvlNet.RegionFeature inFeature, float? inMinimum, float? inMaximum, out AvlNet.Region outConditionalRegion )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - inFeature
- Type: AvlNet.RegionFeature
Region feature value to be computed - inMinimum
- Type: System.Nullable<System.Single>
Lowest value of the range, or null. - inMaximum
- Type: System.Nullable<System.Single>
Highest value of the range, or null. - outConditionalRegion
- Type: AvlNet.Region
The region if the condition is met or nothing otherwise
