Class ErlConsts
Provides non-localizable Erlang constants
Inheritance
System.Object
ErlConsts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public static class ErlConsts
Fields
ANY
Declaration
public const string ANY = "_"
Field Value
Type | Description |
---|---|
System.String |
ERL_INT_MAX
The largest value that can be encoded as an integer
Declaration
public static readonly int ERL_INT_MAX
Field Value
Type | Description |
---|---|
System.Int32 |
ERL_INT_MIN
The smallest value that can be encoded as an integer
Declaration
public static readonly int ERL_INT_MIN
Field Value
Type | Description |
---|---|
System.Int32 |
FALSE
Declaration
public const string FALSE = "false"
Field Value
Type | Description |
---|---|
System.String |
TRUE
Declaration
public const string TRUE = "true"
Field Value
Type | Description |
---|---|
System.String |
UNDEFINED
Declaration
public const string UNDEFINED = "undefined"
Field Value
Type | Description |
---|---|
System.String |