Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsHardwareAccelerated

bool System.Numerics.Vector< T >.IsHardwareAccelerated
staticget

Definition at line 13 of file Vector.cs.

14 {
15 [Intrinsic]
16 get
17 {
18 return false;
19 }
20 }

Referenced by System.Net.WebSockets.ManagedWebSocket.ApplyMask(), System.SpanHelpers.Contains(), System.SpanHelpers.Contains(), System.Numerics.Plane.CreateFromVertices(), System.Numerics.Plane.DotCoordinate(), System.Numerics.Plane.DotNormal(), System.Numerics.Plane.Equals(), System.SpanHelpers.Fill< T >(), System.Text.Encodings.Web.AllowedBmpCodePointsBitmap.ForbidUndefinedCharacters(), System.Text.ASCIIUtility.GetIndexOfFirstNonAsciiByte_Default(), System.Text.ASCIIUtility.GetIndexOfFirstNonAsciiChar_Default(), System.Text.Latin1Utility.GetIndexOfFirstNonLatin1Char_Default(), System.Text.Unicode.Utf16Utility.GetPointerToFirstInvalidChar(), System.SpanHelpers.IndexOf(), System.SpanHelpers.IndexOf(), System.SpanHelpers.IndexOfAny(), System.SpanHelpers.IndexOfAny(), System.SpanHelpers.IndexOfAny(), System.SpanHelpers.IndexOfAny(), System.SpanHelpers.IndexOfAny(), System.SpanHelpers.IndexOfAny(), System.Text.Json.JsonReaderHelper.IndexOfOrLessThan(), System.SpanHelpers.LastIndexOf(), System.SpanHelpers.LastIndexOf(), System.SpanHelpers.LastIndexOfAny(), System.SpanHelpers.LastIndexOfAny(), System.Text.ASCIIUtility.NarrowUtf16ToAscii(), System.Text.Latin1Utility.NarrowUtf16ToLatin1(), System.Numerics.Plane.Normalize(), System.String.Replace(), System.SpanHelpers.SequenceCompareTo(), System.SpanHelpers.SequenceCompareTo(), System.SpanHelpers.SequenceEqual(), System.Text.ASCIIUtility.WidenAsciiToUtf16(), and System.Text.Latin1Utility.WidenLatin1ToUtf16_Fallback().