You are here: Start » AVL.NET » Invoke.SubtractFromProfile

Invoke.SubtractFromProfile

Subtracts a scalar value from each element of a profile.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SubtractFromProfile
(
	Avl.Profile ioProfile,
	Optional<Avl.Range> inRange,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileAvl.Profile
inRangeAtl.Optional<Avl.Range>
inValuefloat

See also