You are here: Start » FIL.NET » Function Reference » Region » Region Features » FIL.RegionSkewness

FIL.RegionSkewness

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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