Expansion Class

Symbolic expression preprocessing methods to use before the simplification.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public sealed class Expansion
Inheritance
Object    Expansion

Constructors

ExpansionInitializes a new instance of the Expansion class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Expand Expanding of the symbolic expression.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Prepare First preparing of the expression before simplification.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also