You are here: Start » AVL.NET » AVL.MakePathConditional(AvlNet.Path, AvlNet.PathFeature, float?, float?, AvlNet.Path)
AVL.MakePathConditional(AvlNet.Path, AvlNet.PathFeature, float?, float?, AvlNet.Path)
Computes path feature and checks whether its value is in range.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MakePathConditional( AvlNet.Path inPath, AvlNet.PathFeature inFeature, float? inMinimum, float? inMaximum, out AvlNet.Path outConditionalPath )
Parameters
- inPath
- Type: AvlNet.Path
Input path - inFeature
- Type: AvlNet.PathFeature
Path 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. - outConditionalPath
- Type: AvlNet.Path
The path if the condition is met or nothing otherwise
