You are here: Start » FIL.NET » Invoke.VectorLength

Invoke.VectorLength

Computes the length of a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void VectorLength
(
	Fil.Vector2D inVector,
	out float outLength
)

Parameters

Name Type Range Default Description
inVectorFil.Vector2D
outLengthfloat

See also