SubtractFromProfile
Subtracts a scalar value from each element of a profile.
Syntax
C++
C#
Python
def SubtractFromProfile( ioProfile: Profile, inValue: float, /, *, inRange: Range | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioProfile | Profile | ||
![]() |
inRange | Range | None | None | |
![]() |
inValue | float |


