3 references to Length
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (3)
902public static Vector4 Normalize(Vector4 vector) => vector / vector.Length(); 1111/// <remarks>This operation offers better performance than a call to the <see cref="Length" /> method.</remarks> 1112/// <altmember cref="Length" />