Vector2Length function

double Vector2Length(
  1. Vector2D v
)

Implementation

double Vector2Length(
  Vector2D v,
) => _module.Vector2Length(v);