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