You are here: Start » FIL.NET » Function Reference » Profile » Profile Features » FIL.ProfileAverage
Computes the average value of a profile.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProfileAverage ( FilNet.Profile inProfile, FilNet.Range? inRange, out float outAverage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inRange | FilNet.Range? | |||
![]() | outAverage | float |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty profile in ProfileAverage. |
| DomainError | Empty profile range in ProfileAverage. |
| DomainError | Range exceeds the input profile in ProfileAverage. |


