ComponentOne Bitmap for UWP
Vec3Length Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > D2D1 Class : Vec3Length Method
float D2D1Vec3Length([In] float x,[In] float y,[In] float z)
Syntax
'Declaration
 
Public Shared Function Vec3Length( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal z As System.Single _
) As System.Single
public static System.float Vec3Length( 
   System.float x,
   System.float y,
   System.float z
)

Parameters

x
y
z
See Also

Reference

D2D1 Class
D2D1 Members