FDO API Reference Feature Data Objects

FDO_API_COMMON FdoBoolean FdoVectorP::operator!= const FdoVectorP  vec2  )  const
 

Compare two vectors for difference. The vectors are differnt if one of their elements is differnt. 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 the two vectors are different.

Comments or suggestions? Send us feedback.