You are here:
Start »
AVL.NET »
AVL.DivideProfiles Method
AVL.DivideProfiles Method
Divides two profiles value by value.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void DivideProfiles(
AvlNet.Profile inProfile1,
AvlNet.Profile inProfile2,
out AvlNet.Profile outProfile
)
Parameters
Errors
| Error type |
Description |
| DomainError |
Input profiles have different lengths in DivideProfiles. |
| DomainError |
Input profiles have different X coordinates in DivideProfiles. |
| DomainError |
One of the second profile's values equals zero in DivideProfiles. |
See also