Show / Hide Table of Contents

Class SfdlProcessors

SFDL Basic, Math, Trig Processors

Inheritance
System.Object
SfdlProcessors
Namespace: MESL.SqlRace.Domain.VirtualParameters.FdlSharp
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SfdlProcessors : Object, IFdlProcessors

Constructors

SfdlProcessors()

Declaration
public SfdlProcessors()

Properties

pi

Gets the pi.

Declaration
public static double pi { get; }
Property Value
Type Description
System.Double

Methods

abs(Double)

The abs.

Declaration
public static double abs(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

acos(Double)

The Acos.

Declaration
public static double acos(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

asin(Double)

The asin.

Declaration
public static double asin(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

atan(Double)

The atan.

Declaration
public static double atan(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

atan2(Double, Double)

The atan 2.

Declaration
public static double atan2(double x, double y)
Parameters
Type Name Description
System.Double x

The x.

System.Double y

The y.

Returns
Type Description
System.Double

The System.Double.

BitOfWord(Double, Double)

The bit of word.

Declaration
public static double BitOfWord(double pdaValue, double bit)
Parameters
Type Name Description
System.Double pdaValue

The pda value.

System.Double bit

The bit.

Returns
Type Description
System.Double

The bit value in double.

BitOfWord(Double, Int32)

The bit of word.

Declaration
public static double BitOfWord(double pdaValue, int bit)
Parameters
Type Name Description
System.Double pdaValue

The pda value.

System.Int32 bit

The bit.

Returns
Type Description
System.Double

The bit value in double.

cos(Double)

The cos.

Declaration
public static double cos(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

cosh(Double)

The cosh.

Declaration
public static double cosh(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

div(Double, Double)

The div.

Declaration
public static double div(double number, double denominator)
Parameters
Type Name Description
System.Double number

The number.

System.Double denominator

The denominator.

Returns
Type Description
System.Double

The System.Double.

eps()

The Epsilon.

Declaration
public static double eps()
Returns
Type Description
System.Double

The System.Double.

exp(Double)

The exponent.

Declaration
public static double exp(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

floor(Double)

The floor.

Declaration
public static double floor(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

fmod(Double, Double)

The floating point remainder.

Declaration
public static double fmod(double number, double denominator)
Parameters
Type Name Description
System.Double number

The number.

System.Double denominator

The denominator.

Returns
Type Description
System.Double

The System.Double.

ln(Double)

The ln.

Declaration
public static double ln(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

log(Double)

The log.

Declaration
public static double log(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

max(Double, Double)

The max.

Declaration
public static double max(double x, double y)
Parameters
Type Name Description
System.Double x

The x.

System.Double y

The y.

Returns
Type Description
System.Double

The System.Double.

min(Double, Double)

The min.

Declaration
public static double min(double x, double y)
Parameters
Type Name Description
System.Double x

The x.

System.Double y

The y.

Returns
Type Description
System.Double

The System.Double.

mod(Double, Double)

The mod.

Declaration
public static double mod(double number, double denominator)
Parameters
Type Name Description
System.Double number

The number.

System.Double denominator

The denominator.

Returns
Type Description
System.Double

The System.Double.

NoLog(Double)

The no log.

Declaration
public static double NoLog(double value)
Parameters
Type Name Description
System.Double value

The value.

Returns
Type Description
System.Double

The System.Double.

not(Boolean)

The not.

Declaration
public static double not(bool expression)
Parameters
Type Name Description
System.Boolean expression

The expression.

Returns
Type Description
System.Double

The System.Boolean.

not(Double)

The not.

Declaration
public static double not(double expression)
Parameters
Type Name Description
System.Double expression

The expression.

Returns
Type Description
System.Double

The System.Double.

pow(Double, Double)

Power Of.

Declaration
public static double pow(double number, double power)
Parameters
Type Name Description
System.Double number

The number.

System.Double power

The power.

Returns
Type Description
System.Double

The System.Double.

sin(Double)

The sin.

Declaration
public static double sin(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

sinh(Double)

The sinh.

Declaration
public static double sinh(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

sqrt(Double)

The Square Root.

Declaration
public static double sqrt(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

tan(Double)

The tan.

Declaration
public static double tan(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

tanh(Double)

The tanh.

Declaration
public static double tanh(double number)
Parameters
Type Name Description
System.Double number

The number.

Returns
Type Description
System.Double

The System.Double.

Back to top Generated by DocFX