Click or drag to resize

ScriptExecutionBase Class

ScriptExecutionBase provides the (mathematical) environment to execute scripts.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcScriptExecutionBase
    More

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ScriptExecutionBase

The ScriptExecutionBase type exposes the following members.

Constructors
 NameDescription
Public methodScriptExecutionBaseInitializes a new instance of the ScriptExecutionBase class
Top
Methods
 NameDescription
Public methodStatic memberAbs(DataColumn) 
Public methodStatic memberAbs(Double) 
Public methodStatic memberAbs(DoubleColumn) 
Public methodStatic memberAcos(DataColumn) 
Public methodStatic memberAcos(Double) 
Public methodStatic memberAcos(DoubleColumn) 
Public methodStatic memberAsin(DataColumn) 
Public methodStatic memberAsin(Double) 
Public methodStatic memberAsin(DoubleColumn) 
Public methodStatic memberAtan(DataColumn) 
Public methodStatic memberAtan(Double) 
Public methodStatic memberAtan(DoubleColumn) 
Public methodStatic memberAtan2(DataColumn, DataColumn) 
Public methodStatic memberAtan2(DataColumn, Double) 
Public methodStatic memberAtan2(Double, DataColumn) 
Public methodStatic memberAtan2(Double, DoubleColumn) 
Public methodStatic memberAtan2(Double, Double) 
Public methodStatic memberAtan2(DoubleColumn, DoubleColumn) 
Public methodStatic memberAtan2(DoubleColumn, Double) 
Public methodStatic memberCeiling(DataColumn) 
Public methodStatic memberCeiling(Double) 
Public methodStatic memberCeiling(DoubleColumn) 
Public methodCombinePath Combines a path with a name to form a full name.
Public methodStatic memberCos(DataColumn) 
Public methodStatic memberCos(Double) 
Public methodStatic memberCos(DoubleColumn) 
Public methodStatic memberCosh(DataColumn) 
Public methodStatic memberCosh(Double) 
Public methodStatic memberCosh(DoubleColumn) 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberExp(DataColumn) 
Public methodStatic memberExp(Double) 
Public methodStatic memberExp(DoubleColumn) 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFloor(DataColumn) 
Public methodStatic memberFloor(Double) 
Public methodStatic memberFloor(DoubleColumn) 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIEEERemainder(DataColumn, DataColumn) 
Public methodStatic memberIEEERemainder(DataColumn, Double) 
Public methodStatic memberIEEERemainder(Double, DataColumn) 
Public methodStatic memberIEEERemainder(Double, DoubleColumn) 
Public methodStatic memberIEEERemainder(Double, Double) 
Public methodStatic memberIEEERemainder(DoubleColumn, DoubleColumn) 
Public methodStatic memberIEEERemainder(DoubleColumn, Double) 
Public methodStatic memberLog(DataColumn) 
Public methodStatic memberLog(Double) 
Public methodStatic memberLog(DoubleColumn) 
Public methodStatic memberLog(DataColumn, DataColumn) 
Public methodStatic memberLog(DataColumn, Double) 
Public methodStatic memberLog(Double, DataColumn) 
Public methodStatic memberLog(Double, DoubleColumn) 
Public methodStatic memberLog(Double, Double) 
Public methodStatic memberLog(DoubleColumn, DoubleColumn) 
Public methodStatic memberLog(DoubleColumn, Double) 
Public methodStatic memberLog10(DataColumn) 
Public methodStatic memberLog10(Double) 
Public methodStatic memberLog10(DoubleColumn) 
Public methodStatic memberMap(FuncDouble, Double, DataColumn)Applies the specified unary function to each element in column x.
Public methodStatic memberMap(FuncDouble, Double, DoubleColumn)Applies the specified unary function to each element in column x.
Public methodStatic memberMap(FuncDouble, Double, Double, DataColumn, DataColumn)Applies the specified binary function to each element in column x and column y.
Public methodStatic memberMap(FuncDouble, Double, Double, DataColumn, Double)Applies the specified binary function to each element in column x and to paramenter y.
Public methodStatic memberMap(FuncDouble, Double, Double, DoubleColumn, DoubleColumn)Applies the specified binary function to each element in column x and column y.
Public methodStatic memberMap(FuncDouble, Double, Double, DoubleColumn, Double)Applies the specified binary function to each element in column x and to paramenter y.
Public methodStatic memberMap(FuncDouble, Double, Double, Double, DataColumn)Applies the specified binary function to the specified number x and to each element in column x.
Public methodStatic memberMap(FuncDouble, Double, Double, Double, DoubleColumn)Applies the specified binary function to the specified number x and to each element in column x.
Public methodStatic memberMax(DataColumn, DataColumn) 
Public methodStatic memberMax(DataColumn, Double) 
Public methodStatic memberMax(Double, DataColumn) 
Public methodStatic memberMax(Double, DoubleColumn) 
Public methodStatic memberMax(Double, Double) 
Public methodStatic memberMax(DoubleColumn, DoubleColumn) 
Public methodStatic memberMax(DoubleColumn, Double) 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberMin(DataColumn, DataColumn) 
Public methodStatic memberMin(DataColumn, Double) 
Public methodStatic memberMin(Double, DataColumn) 
Public methodStatic memberMin(Double, DoubleColumn) 
Public methodStatic memberMin(Double, Double) 
Public methodStatic memberMin(DoubleColumn, DoubleColumn) 
Public methodStatic memberMin(DoubleColumn, Double) 
Public methodStatic memberPow(DataColumn, DataColumn) 
Public methodStatic memberPow(DataColumn, Double) 
Public methodStatic memberPow(DataColumn, Int32)Calculates the ith power of each element of x.
Public methodStatic memberPow(Double, DataColumn) 
Public methodStatic memberPow(Double, DoubleColumn) 
Public methodStatic memberPow(Double, Double) 
Public methodStatic memberPow(Double, Int32)Calculates the number x raised to the specified power i.
Public methodStatic memberPow(DoubleColumn, DoubleColumn) 
Public methodStatic memberPow(DoubleColumn, Double) 
Public methodStatic memberPow(DoubleColumn, Int32)Calculates the ith power of each element of x.
Public methodStatic memberPow2(DataColumn)Calculates the 2nd power of each element of x (square).
Public methodStatic memberPow2(Double)Calculates the 2nd power of x (square of x).
Public methodStatic memberPow2(DoubleColumn)Calculates the 2nd power of each element of x (square).
Public methodStatic memberPow3(DataColumn)Calculates the 3rd power of each element of x (cube).
Public methodStatic memberPow3(Double)Calculates the 3rd power of x (cube of x).
Public methodStatic memberPow3(DoubleColumn)Calculates the 3rd power of each element of x (cube).
Public methodStatic memberPow4(DataColumn)Calculates the 4th power of each element of x.
Public methodStatic memberPow4(Double)Calculates the 4th power of x.
Public methodStatic memberPow4(DoubleColumn)Calculates the 4th power of each element of x.
Public methodStatic memberPow5(DataColumn)Calculates the 5th power of each element of x.
Public methodStatic memberPow5(Double)Calculates the 5th power of x.
Public methodStatic memberPow5(DoubleColumn)Calculates the 5th power of each element of x.
Public methodStatic memberPow6(DataColumn)Calculates the 6th power of each element of x.
Public methodStatic memberPow6(Double)Calculates the 6th power of x.
Public methodStatic memberPow6(DoubleColumn)Calculates the 6th power of each element of x.
Public methodStatic memberPow7(DataColumn)Calculates the 7th power of each element of x.
Public methodStatic memberPow7(Double)Calculates the 7th power of x.
Public methodStatic memberPow7(DoubleColumn)Calculates the 7th power of each element of x.
Public methodStatic memberPow8(DataColumn)Calculates the 8th power of each element of x.
Public methodStatic memberPow8(Double)Calculates the 8th power of x.
Public methodStatic memberPow8(DoubleColumn)Calculates the 8th power of each element of x.
Public methodStatic memberPow9(DataColumn)Calculates the 9th power of each element of x.
Public methodStatic memberPow9(Double)Calculates the 9th power of x.
Public methodStatic memberPow9(DoubleColumn)Calculates the 9th power of each element of x.
Public methodStatic memberRound(DataColumn) 
Public methodStatic memberRound(Double) 
Public methodStatic memberRound(DoubleColumn) 
Public methodStatic memberRound(DataColumn, DataColumn) 
Public methodStatic memberRound(DataColumn, Int32) 
Public methodStatic memberRound(Double, DataColumn) 
Public methodStatic memberRound(Double, DoubleColumn) 
Public methodStatic memberRound(Double, Int32) 
Public methodStatic memberRound(DoubleColumn, DoubleColumn) 
Public methodStatic memberRound(DoubleColumn, Int32) 
Public methodStatic memberSign(DataColumn) 
Public methodStatic memberSign(Double) 
Public methodStatic memberSign(DoubleColumn) 
Public methodStatic memberSin(DataColumn) 
Public methodStatic memberSin(Double) 
Public methodStatic memberSin(DoubleColumn) 
Public methodStatic memberSinh(DataColumn) 
Public methodStatic memberSinh(Double) 
Public methodStatic memberSinh(DoubleColumn) 
Public methodStatic memberSqrt(DataColumn) 
Public methodStatic memberSqrt(Double) 
Public methodStatic memberSqrt(DoubleColumn) 
Public methodStatic memberSquareCalculates the 2nd power of each element of x (square).
Public methodStatic memberTan(DataColumn) 
Public methodStatic memberTan(Double) 
Public methodStatic memberTan(DoubleColumn) 
Public methodStatic memberTanh(DataColumn) 
Public methodStatic memberTanh(Double) 
Public methodStatic memberTanh(DoubleColumn) 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberE 
Public fieldStatic memberPI 
Top
Remarks
ScriptExecutionBase provides shortcuts for mathematical functions for single values, and the mathematical functions for columns.
See Also
Inheritance Hierarchy