terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Numerics.Vector< T > Class Template Reference
+ Inheritance diagram for System.Numerics.Vector< T >:
+ Collaboration 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, global::System.IFormatProvider formatProvider)
 

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 unsafe Vector< TEquals (Vector< T > left, Vector< T > right)
 

Properties

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

Private Member Functions

 Vector (ref 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 13 of file Vector.cs.


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