Initializing help system before first use

Token Class

A token in a non-linear formula. All constructors of this class are private. Use the various static factory functions to get new instances. This avoids creating multiple instances that refer to the same Token (like for example the EOF token.
Inheritance Hierarchy
System.Object
   Optimizer.Objects.Token

Namespace:   Optimizer.Objects
Assembly:  xprsdn (in xprsdn.dll) Version: 44.01.04
Syntax
C#
public sealed class Token : IComparable<Token>, 
	IEquatable<Token>

The Token type exposes the following members.

Properties
  Name Description
Public property Type
Token type.
Public property Value
Token value.
Top
Methods
  Name Description
Public methodStatic member Column
Create a token that represents a reference to column col.
Public method CompareTo
Compares the current object with another object of the same type.
Public methodStatic member Constant
Create a token that represents the constant value value.
Public method Deconstruct
Public method Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
Public method Equals(Token)
Indicates whether the current object is equal to another object of the same type.
Public methodStatic member Function
Create a token that represents a call to user function id.
Public method GetHashCode
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic member InternalFunction
Create a token that represents a call to internal function id.
Public methodStatic member Of
Create a token from a type and a value.
Public method ToString
Returns a String that represents the current Object.
(Overrides Object.ToString().)
Top
Fields
  Name Description
Public fieldStatic member ABS
abs function.
Public fieldStatic member ARCCOS
arccos function.
Public fieldStatic member ARCSIN
arcsin function.
Public fieldStatic member ARCTAN
arctan function.
Public fieldStatic member COLON
Colon token.
Public fieldStatic member COMMA
Comma token.
Public fieldStatic member COS
cos function.
Public fieldStatic member DIVIDE
Divide token.
Public fieldStatic member EOF
End of formula token.
Public fieldStatic member EXP
exp function.
Public fieldStatic member EXPONENT
Exponentiation token.
Public fieldStatic member LB
Left-bracket token.
Public fieldStatic member LN
ln function.
Public fieldStatic member LOG10
log10 function.
Public fieldStatic member MAX
max function.
Public fieldStatic member MIN
min function.
Public fieldStatic member MINUS
Minus token.
Public fieldStatic member MULTIPLY
Multiply token.
Public fieldStatic member PLUS
Plus token.
Public fieldStatic member PROD
prod function.
Public fieldStatic member PWL
pwl function.
Public fieldStatic member RB
Right-bracket token.
Public fieldStatic member SIGN
sign function.
Public fieldStatic member SIN
sin function.
Public fieldStatic member SQRT
sqrt function.
Public fieldStatic member SUM
sum function.
Public fieldStatic member TAN
tan function.
Public fieldStatic member UMINUS
Unary minus token.
Top
See Also

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.