Scalar Operators and Type Conversions |
The Scalar type exposes the following members.
Name | Description | |
---|---|---|
Addition(Double, Scalar) |
Adds two scalars together.
| |
Addition(Scalar, Scalar) |
Adds two scalars together.
| |
Addition(Scalar, Double) |
Adds two scalars together.
| |
Division(Double, Scalar) |
Divides one scalar from another (left/right).
| |
Division(Scalar, Scalar) |
Divides one scalar from another (left/right).
| |
Division(Scalar, Double) |
Divides one scalar from another (left/right).
| |
(Double to Scalar) |
Converts a constant double value to a Scalar.
| |
Multiply(Double, Scalar) |
Multiplies two scalars together.
| |
Multiply(Scalar, Scalar) |
Multiplies two scalars together.
| |
Multiply(Scalar, Double) |
Multiplies two scalars together.
| |
Subtraction(Double, Scalar) |
Subtracts one scalar from another.
| |
Subtraction(Scalar, Scalar) |
Subtracts one scalar from another.
| |
Subtraction(Scalar, Double) |
Subtracts one scalar from another.
|