You are here:
Start »
AVL.NET »
AVL.DifferenceProfile Method
AVL.DifferenceProfile Method
Computes profile representing difference between corresponding values of given profiles.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void DifferenceProfile(
AvlNet.Profile inProfile1,
AvlNet.Profile inProfile2,
out AvlNet.Profile outProfile
)
Parameters
Errors
| Error type |
Description |
| DomainError |
Input profiles have different lengths in DifferenceProfile. |
| DomainError |
Input profiles have different X coordinates in DifferenceProfile. |
See also