You are here: Start » AVL.NET » 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 inProfile,
	float inValue,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inValuefloat
outProfileAvlNet.ProfileOutput profile.

See also