Vector2Length method

double Vector2Length(
  1. Vector2D v
)

Implementation

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