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

Invoke.DivideProfile

Divides each element of a profile by a scalar value.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioProfileFil.Profile
inRangeFtl.Optional<Fil.Range>
inValuefloat2.0fDefault value: 2.0f.

See also