You are here: Start » AVL.NET » AVL.CreateUniformProfile(float, int, AvlNet.Profile)

AVL.CreateUniformProfile(float, int, AvlNet.Profile)

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

inValue
Type: System.Single
Input common value of all elements
inSize
Type: System.Int32
Input the number of elements
outProfile
Type: AvlNet.Profile
Output profile

See also