Table of Contents

Class Function

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of known Logix arithmetic functions.

public class Function : LogixEnum<Function, string>, IEquatable<LogixEnum<Function, string>>, IComparable<LogixEnum<Function, string>>
Inheritance
Function
Implements
Inherited Members

Fields

ABS

Represents the Absolute Value Arithmetic Logix Function.

public static readonly Function ABS

Field Value

Function

ACS

Represents the Arc Cosine Arithmetic Logix Function.

public static readonly Function ACS

Field Value

Function

ASN

Represents the Arc Sine Arithmetic Logix Function.

public static readonly Function ASN

Field Value

Function

ATN

Represents the Arc Tangent Arithmetic Logix Function.

public static readonly Function ATN

Field Value

Function

COS

Represents the Cosine Arithmetic Logix Function.

public static readonly Function COS

Field Value

Function

DEG

Represents the Radians To Degrees Arithmetic Logix Function.

public static readonly Function DEG

Field Value

Function

LN

Represents the Natural Log Arithmetic Logix Function.

public static readonly Function LN

Field Value

Function

LOG

Represents the Log Arithmetic Logix Function.

public static readonly Function LOG

Field Value

Function

RAD

Represents the Radians Arithmetic Logix Function.

public static readonly Function RAD

Field Value

Function

SIN

Represents the Sine Arithmetic Logix Function.

public static readonly Function SIN

Field Value

Function

SQR

Represents the Square Root Arithmetic Logix Function.

public static readonly Function SQR

Field Value

Function

TAN

Represents the Tangent Arithmetic Logix Function.

public static readonly Function TAN

Field Value

Function

TRN

Represents the Truncate Arithmetic Logix Function.

public static readonly Function TRN

Field Value

Function

Methods

IsValid(string)

Determines if the provided string input key is a known logix function.

public static bool IsValid(string key)

Parameters

key string

The string to test.

Returns

bool

true if the provided key is a valid function value; otherwise false.