Operators Structure

Available built-in program operators.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public struct Operators
Inheritance
Object    ValueType    Operators

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

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.

See Also