Beef Corlib
Public Member Functions | Public Attributes | Properties | List of all members
System.Numerics.float2 Struct Reference

Public Member Functions

 float2 (float x, float y)
 
static float2 operator+ (float2 lhs, float2 rhs)
 
static float2 operator+ (float2 lhs, float rhs)
 
static float2 operator++ (float2 lhs)
 
static float2 operator- (float2 lhs, float2 rhs)
 
static float2 operator- (float2 lhs, float rhs)
 
static float2 operator-- (float2 lhs)
 
static float2 operator* (float2 lhs, float2 rhs)
 
static float2 operator* (float2 lhs, float rhs)
 
static float2 operator/ (float2 lhs, float2 rhs)
 
static float2 operator/ (float2 lhs, float rhs)
 
static float2 operator/ (float lhs, float2 rhs)
 
static float2 operator% (float2 lhs, float2 rhs)
 
static float2 operator% (float2 lhs, float rhs)
 
static float2 operator% (float lhs, float2 rhs)
 
static bool2 operator== (float2 lhs, float2 rhs)
 
static bool2 operator== (float2 lhs, float rhs)
 
static bool2 operator!= (float2 lhs, float2 rhs)
 
static bool2 operator!= (float2 lhs, float rhs)
 
static bool2 operator< (float2 lhs, float2 rhs)
 
static bool2 operator< (float2 lhs, float rhs)
 
static bool2 operator<= (float2 lhs, float2 rhs)
 
static bool2 operator<= (float2 lhs, float rhs)
 
static bool2 operator> (float2 lhs, float2 rhs)
 
static bool2 operator> (float2 lhs, float rhs)
 
static bool2 operator>= (float2 lhs, float2 rhs)
 
static bool2 operator>= (float2 lhs, float rhs)
 

Public Attributes

float x
 
float y
 

Properties

float this[int idx] [get, set]
 
float2 yx [get, set]