You are here: Start » FIL.NET » Function Reference » Profile » Profile Point Transforms » FIL.SubtractFromProfile

FIL.SubtractFromProfile

Subtracts a scalar value from each element of a profile.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SubtractFromProfile
(
	FilNet.Profile ioProfile,
	FilNet.Range? inRange,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileFilNet.Profile
inRangeFilNet.Range?
inValuefloat

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in SubtractFromProfile.

Function Overrides

See also