Vector4Length abstract method

double Vector4Length(
  1. Vector4D v
)

Vector length

Implementation

double Vector4Length(
  Vector4D v,
);