You are here: Start » FIL.NET » FIS.ProfileZeroCrossings Method

FIS.ProfileZeroCrossings Method

Finds the points of a profile at which the profile intersects the x-axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProfileZeroCrossings
(
	FilNet.Profile inProfile,
	IList<float> outZeroCrossings
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
outZeroCrossingsSystem.Collections.Generic.IList<float>X coordinates of the locations where the profile crosses the y=0 axis.

Function Overrides

See also