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

AVL.SubtractFromProfile

Subtracts a scalar value from each element of a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SubtractFromProfile
(
	AvlNet.Profile ioProfile,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileAvlNet.Profile
inValuefloat

Errors

List of possible exceptions:

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

Function Overrides

See also