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

AVL.AddToProfile

Adds a scalar value to each element of a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioProfileAvlNet.Profile
inRangeAvlNet.Range?
inValuefloat

Errors

List of possible exceptions:

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

Function Overrides

See also