public struct Operators
Public Structure Operators
public value class Operators
[<SealedAttribute>]
type Operators =
struct
inherit ValueType
end
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
AlmostEqual | Approximately equal. |
AlmostNotEqual | Approximately unequal. |
BooleanAnd | Boolean "and". |
BooleanEqual | Boolean "equal". |
BooleanLess | Boolean "strictly less". |
BooleanLessOrEqual | Boolean "less than or equal to". |
BooleanMore | Boolean "strictly greater". |
BooleanMoreOrEqual | Boolean "greater than or equal to". |
BooleanNot | Boolean "not". |
BooleanNotEqual | Boolean "unequal". |
BooleanOr | Boolean "or". |
BooleanXor | Boolean "xor". |
Break | Keyword used to break current loop. |
Composition | Addition operator. |
Continue | Keyword used to break current loop iteration and continue starting from the next loop step. |
Definition | Assignment. |
Division | Division operator. |
EmptyOperator | Empty operator. |
Exponentiation | Raising to a power. |
Factorial | Factorial. |
MinusPlus | Minus/plus operator. |
Multiplication | Scalar multiplication operator. |
NumericEqual | Numerical calculation operator. |
PlusMinus | Plus/minus operator. |
Substraction |
Subtraction operator.
Obsolete. |
Subtraction | Subtraction operator. |
UnitOperator | Units of measurement operator. |
VectorMultiplication | Vector multiplication operator. |