Click or drag to resize

Scalar Operators and Type Conversions

The Scalar type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Double, Scalar)
Adds two scalars together.
Public operatorStatic memberAddition(Scalar, Scalar)
Adds two scalars together.
Public operatorStatic memberAddition(Scalar, Double)
Adds two scalars together.
Public operatorStatic memberDivision(Double, Scalar)
Divides one scalar from another (left/right).
Public operatorStatic memberDivision(Scalar, Scalar)
Divides one scalar from another (left/right).
Public operatorStatic memberDivision(Scalar, Double)
Divides one scalar from another (left/right).
Public operatorStatic member(Double to Scalar)
Converts a constant double value to a Scalar.
Public operatorStatic memberMultiply(Double, Scalar)
Multiplies two scalars together.
Public operatorStatic memberMultiply(Scalar, Scalar)
Multiplies two scalars together.
Public operatorStatic memberMultiply(Scalar, Double)
Multiplies two scalars together.
Public operatorStatic memberSubtraction(Double, Scalar)
Subtracts one scalar from another.
Public operatorStatic memberSubtraction(Scalar, Scalar)
Subtracts one scalar from another.
Public operatorStatic memberSubtraction(Scalar, Double)
Subtracts one scalar from another.
Top
See Also