Method csum
csum(int2)
Returns the horizontal sum of components of an int2 vector.
Declaration
public static int csum(int2 x)
Parameters
Type | Name | Description |
---|---|---|
int2 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Int32 | The horizontal sum of of components of the vector. |
csum(int3)
Returns the horizontal sum of components of an int3 vector.
Declaration
public static int csum(int3 x)
Parameters
Type | Name | Description |
---|---|---|
int3 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Int32 | The horizontal sum of of components of the vector. |
csum(int4)
Returns the horizontal sum of components of an int4 vector.
Declaration
public static int csum(int4 x)
Parameters
Type | Name | Description |
---|---|---|
int4 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Int32 | The horizontal sum of of components of the vector. |
csum(uint2)
Returns the horizontal sum of components of a uint2 vector.
Declaration
public static uint csum(uint2 x)
Parameters
Type | Name | Description |
---|---|---|
uint2 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
UInt32 | The horizontal sum of of components of the vector. |
csum(uint3)
Returns the horizontal sum of components of a uint3 vector.
Declaration
public static uint csum(uint3 x)
Parameters
Type | Name | Description |
---|---|---|
uint3 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
UInt32 | The horizontal sum of of components of the vector. |
csum(uint4)
Returns the horizontal sum of components of a uint4 vector.
Declaration
public static uint csum(uint4 x)
Parameters
Type | Name | Description |
---|---|---|
uint4 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
UInt32 | The horizontal sum of of components of the vector. |
csum(float2)
Returns the horizontal sum of components of a float2 vector.
Declaration
public static float csum(float2 x)
Parameters
Type | Name | Description |
---|---|---|
float2 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Single | The horizontal sum of of components of the vector. |
csum(float3)
Returns the horizontal sum of components of a float3 vector.
Declaration
public static float csum(float3 x)
Parameters
Type | Name | Description |
---|---|---|
float3 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Single | The horizontal sum of of components of the vector. |
csum(float4)
Returns the horizontal sum of components of a float4 vector.
Declaration
public static float csum(float4 x)
Parameters
Type | Name | Description |
---|---|---|
float4 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Single | The horizontal sum of of components of the vector. |
csum(double2)
Returns the horizontal sum of components of a double2 vector.
Declaration
public static double csum(double2 x)
Parameters
Type | Name | Description |
---|---|---|
double2 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Double | The horizontal sum of of components of the vector. |
csum(double3)
Returns the horizontal sum of components of a double3 vector.
Declaration
public static double csum(double3 x)
Parameters
Type | Name | Description |
---|---|---|
double3 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Double | The horizontal sum of of components of the vector. |
csum(double4)
Returns the horizontal sum of components of a double4 vector.
Declaration
public static double csum(double4 x)
Parameters
Type | Name | Description |
---|---|---|
double4 | x | The vector to use when computing the horizontal sum. |
Returns
Type | Description |
---|---|
Double | The horizontal sum of of components of the vector. |