Math.Length¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Accepts a float vector of any dimension (e.g., float2, float3, float4). | Float2[Float2]Float3[Float3]Float4[Float4] | ||
| Output ➡️ | Outputs the magnitude of the input vector as a float. | Float | 
Computes the magnitude of a float vector of any dimension and outputs the result as a float.