Click or drag to resize

StiMaxDoubleFunctionService Methods

The StiMaxDoubleFunctionService type exposes the following members.

Methods
  NameDescription
Public methodCalcItem
A value calculation.
(Overrides StiAggregateFunctionServiceCalcItem(Object).)
Public methodClearAllStates
Clear all earlier saved object states.
(Inherited from StiAggregateFunctionService.)
Public methodClone (Inherited from StiService.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLongFunctionString (Inherited from StiAggregateFunctionService.)
Public methodGetResultType
Returns the type of the result.
(Overrides StiAggregateFunctionServiceGetResultType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the calculation result.
(Overrides StiAggregateFunctionServiceGetValue.)
Public methodInit
First initialization.
(Overrides StiAggregateFunctionServiceInit.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiAggregateFunctionService.)
Public methodReset
Reset result of total calculation.
(Inherited from StiAggregateFunctionService.)
Public methodRestoreState
Restores the earlier saved object state.
(Overrides StiAggregateFunctionServiceRestoreState(String).)
Public methodSaveState
Saves the current state of an object.
(Overrides StiAggregateFunctionServiceSaveState(String).)
Public methodSetValue
Sets the calculation result.
(Overrides StiAggregateFunctionServiceSetValue(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also