You are here: Start » FIL.NET » FIS.ProfileDistance Method
FIS.ProfileDistance Method
Computes the [mean] square error between two profiles.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ProfileDistance ( FilNet.Profile inProfile1, FilNet.Profile inProfile2, FilNet.DistanceMeasure inDistanceMeasure, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile1 | FilNet.Profile | First input profile. | ||
![]() | inProfile2 | FilNet.Profile | Second input profile. | ||
![]() | inDistanceMeasure | FilNet.DistanceMeasure | Measure of distance. | ||
![]() | outDistance | float | Output distance value. |