You are here: Start » FIL.NET » FIL.MultiplyProfile

FIL.MultiplyProfile

Multiplies each element of a profile by a scalar value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void MultiplyProfile
(
	FilNet.Profile inProfile,
	float inValue,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inValuefloat2.0fDefault value: 2.0f.
outProfileFilNet.ProfileOutput profile.

See also