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

FIS.RegionSkewness Method

Directional standard deviation of the distance of the region's points to the center.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionSkewness
(
	FilNet.Region inRegion,
	float inOrientation,
	FilNet.ProjectionDirection inDirection,
	out float outSkewness
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inOrientationfloat.0fDefault value: .0f.
inDirectionFilNet.ProjectionDirectionHorizontalDefault value: Horizontal.
outSkewnessfloat

See also