Vector4Length method

double Vector4Length(
  1. Vector4D v
)

Implementation

double Vector4Length(Vector4D v)
  => v.length;