Click or drag to resize
GeVector Operators

The GeVector type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Returns the sum of two vectors.
Public operatorStatic memberDivision(GeVector, GeVector)
Returns the quotient of two vectors.
Public operatorStatic memberDivision(GeVector, Double)
Returns the quotient of a vector and a scalar.
Public operatorStatic memberEquality
Returns True if two vectors are equal, otherwise returns False.
Public operatorStatic memberInequality
Returns True if two vectors are not equal, otherwise returns False.
Public operatorStatic memberMultiply(GeVector, GeVector)
Returns the product of two vectors.
Public operatorStatic memberMultiply(GeVector, Double)
Returns the product of a vector and a scalar.
Public operatorStatic memberSubtraction
Returns the difference between two vectors.
Public operatorStatic memberUnaryNegation
Returns a negated vector.
Top
See Also