Version: 2017.4
public static float Distance (Vector4 a, Vector4 b);

説明

ab の間の距離を返します

Vector4.Distance(a, b)(a-b).magnitude と同じです。