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

AVL.SubtractFromProfile Method

Subtracts a scalar value from each element of a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SubtractFromProfile(
	AvlNet.Profile inProfile,
	float inValue,
	out AvlNet.Profile outProfile
)

Parameters

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

See also