Symbols Structure

Available built-in program symbols.

Definition

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

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

AbsoluteChar Symbol shown at start of each absolute definition of math expression.
EilerConstant Eiler constant.
EmptyOperand Empty operand (placeholder).
ImaginaryUnit Imaginary unit.
Infinity Infinity.
PiConstant Pi constant.
StringChar Symbol shown at start and at the end of each String of math expression.
UnitChar Symbol shown at start of each Unit of math expression.

See Also