Vector4Length method

double Vector4Length(
  1. Vector4StructType v
)

Implementation

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