Computes the sum of profile values.
Syntax
C++
C#
Python
def ProfileSum(
inProfile: Profile,
/,
*,
inRange: Range | None = None
)
-> outSum: float
Parameters
|
Name |
Type |
Default |
Description |
 |
inProfile |
Profile |
|
Input profile |
 |
inRange |
Range | None |
None |
|
 |
outSum |
float |
|
|