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

Invoke.SubtractFromProfile

Subtracts a scalar value from each element of a profile.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioProfileFil.Profile
inRangeFtl.Optional<Fil.Range>
inValuefloat

See also