You are here: Start » AVL.NET » AVL.CreateUniformProfile Method

AVL.CreateUniformProfile Method

Creates an uniform profile of the given size.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateUniformProfile(
	float inValue,
	int inSize,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inValuefloatInput common value of all elements.
inSizeint<0, +INF>1Input the number of elements. Default value: 1.
outProfileAvlNet.ProfileOutput profile.

See also