FDO API Reference Feature Data Objects

FDO_API_COMMON FdoBoolean FdoVectorP::operator> const FdoVectorP  vec2  )  const
 

Checks if this vector is greater than a second vector. Comparison is done by comparing the first element in each vector. If they are equal, then the second element is check and so on until a differing element is found. If one vector is shorter than the other then it is treated as if it were padded with zeros to the length of the other vector.

Parameters:
vec2 Input vector to compare this vector
Returns:
Returns true if this vector is greater than vec2.

Comments or suggestions? Send us feedback.