terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Numerics.Vector< T > Class Template Reference
+ Inheritance diagram for System.Numerics.Vector< T >:

Classes

struct  VectorSizeHelper
 

Public Member Functions

 Vector (T value)
 
override bool Equals (object obj)
 
bool Equals (Vector< T > other)
 
override int GetHashCode ()
 
override string ToString ()
 
string ToString (string format, IFormatProvider formatProvider)
 
bool Equals (T other)
 

Static Public Member Functions

static Vector< TEquals< T > (Vector< T > left, Vector< T > right)
 
static Vector< ulongAsVectorUInt64< T > (Vector< T > value)
 
static bool operator== (Vector< T > left, Vector< T > right)
 
static bool operator!= (Vector< T > left, Vector< T > right)
 
static operator Vector< ulong > (Vector< T > value)
 
static Vector ()
 

Package Functions

unsafe Vector (void *dataPointer)
 
unsafe Vector (void *dataPointer, int offset)
 

Static Package Functions

static Vector< TEquals (Vector< T > left, Vector< T > right)
 

Properties

static bool IsHardwareAccelerated [get]
 
static int Count [get]
 
static Vector< TZero [get]
 
T this[int index] [get]
 

Private Member Functions

 Vector (Register existingRegister)
 

Static Private Member Functions

static int InitializeCount ()
 
static bool ScalarEquals (T left, T right)
 
static T GetOneValue ()
 
static T GetAllBitsSetValue ()
 

Private Attributes

Register register
 

Static Private Attributes

static readonly int s_count
 
static readonly Vector< Ts_zero
 
static readonly Vector< Ts_one
 
static readonly Vector< Ts_allOnes
 

Detailed Description

Type Constraints
T :struct 

Definition at line 11 of file Vector.cs.


The documentation for this class was generated from the following files: