Vector2Length method

double Vector2Length(
  1. Vector2StructType v
)

Implementation

double Vector2Length(Vector2StructType v)
  => v.length;