ErlDouble MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ErlDouble type exposes the following members.
Constructors

  NameDescription
Public methodErlDouble
Create an Erlang float from the given double value.
Back to Top
Methods

  NameDescription
Public methodClone
Clone an instance of the object (non-scalar immutable objects are copied by reference)
Public methodCompareTo(Object)
Compare this instance to the object. Negative value means that the value is less than obj, positive - greater than the obj
Public methodCompareTo(IErlObject)
Compare this instance to the IErlObject. Negative value means that the value is less than obj, positive - greater than the obj
Public methodEquals(Object)
Determine if this instance equals to the object
(Overrides OnlineValueType Equals(Object).)
Public methodEquals(IErlObject)
Determine if two instances are equal
Public methodEquals(ErlDouble, Double)
Determine if two instances are equal
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Get internal hash code
(Overrides OnlineValueType GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodMatch(IErlObject)
Perform pattern match on this Erlang term returning null if match fails or a dictionary of matched variables bound in the pattern
Public methodMatch(IErlObject, ErlVarBind)
Perform pattern match on this Erlang term, storing matched variables found in the pattern into the binding.
Public methodMatches
Perform pattern match on this Erlang term without binding any variables
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSubst
Public methodToString (Overrides OnlineValueType ToString .)
Public methodVisit TAccumulate 
Execute fun for every nested term
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality(Double, ErlDouble)
Public operatorStatic memberEquality(ErlDouble, ErlDouble)
Public operatorStatic memberEquality(ErlDouble, Double)
Public operatorStatic member (Double to ErlDouble)
Public operatorStatic member (ErlDouble to Double)
Implicit conversion of ErlLong to double
Public operatorStatic memberInequality(Double, ErlDouble)
Public operatorStatic memberInequality(ErlDouble, ErlDouble)
Public operatorStatic memberInequality(ErlDouble, Double)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsBool (Defined by ObjectValueConversion.)
Public Extension MethodAsByte (Defined by ObjectValueConversion.)
Public Extension MethodAsChar (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDateTime(DateTime, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDID(GDID, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGDIDSymbol(GDIDSymbol, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsInt (Defined by ObjectValueConversion.)
Public Extension MethodAsJSONConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLaconicConfig (Defined by ObjectValueConversion.)
Public Extension MethodAsLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNonNullOrEmptyString (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableBool (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableChar (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDateTime (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDecimal (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableDouble (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableEnum TEnum  (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableFloat (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGDIDSymbol (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableGUID (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableLong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableShort (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableTimeSpan (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableULong (Defined by ObjectValueConversion.)
Public Extension MethodAsNullableUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsSByte (Defined by ObjectValueConversion.)
Public Extension MethodAsShort (Defined by ObjectValueConversion.)
Public Extension MethodAsString (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsTimeSpan(TimeSpan, ConvertErrorHandling)Overloaded. (Defined by ObjectValueConversion.)
Public Extension MethodAsType
Tries to convert an Erlang term as specified native type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodAsUInt (Defined by ObjectValueConversion.)
Public Extension MethodAsULong (Defined by ObjectValueConversion.)
Public Extension MethodAsUri (Defined by ObjectValueConversion.)
Public Extension MethodAsUShort (Defined by ObjectValueConversion.)
Public Extension MethodAsXMLConfig (Defined by ObjectValueConversion.)
Public Extension MethodIsInt
Determines if Erlang object is of type ErlByte or ErlLong
(Defined by ErlObject.)
Public Extension MethodIsNull
Determines if Erlang object is NULL - that is ErlAtom.Undefined or null reference
(Defined by ErlObject.)
Public Extension MethodSubst
Substibute all variables in the given object using provided binding and return the resulting object
(Defined by ErlObject.)
Public Extension MethodToErlObject Overloaded.
Try to convert .NET native object type to corresponding Erlang term. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToErlObject(ErlTypeOrder, Boolean)Overloaded.
Try to convert .NET native object type to corresponding Erlang term of given type. Throw exception if conversion is not possible
(Defined by ErlObject.)
Public Extension MethodToJSON(JSONWritingOptions)Overloaded.
Serializes object into JSON string
(Defined by JSONExtensions.)
Public Extension MethodToJSON(TextWriter, JSONWritingOptions)Overloaded.
Serializes object into JSON format using provided TextWriter
(Defined by JSONExtensions.)
Public Extension MethodToJSON(Stream, JSONWritingOptions, Encoding)Overloaded.
Serializes object into JSON format using provided stream and optional encoding
(Defined by JSONExtensions.)
Back to Top
Properties

  NameDescription
Public propertyIsScalar
Public propertyTypeOrder
Public propertyValue
Public propertyValueAsBool
Public propertyValueAsByteArray
Public propertyValueAsChar
Public propertyValueAsDateTime
Public propertyValueAsDecimal
Public propertyValueAsDouble
Public propertyValueAsInt
Public propertyValueAsLong
Public propertyValueAsObject
Public propertyValueAsString
Public propertyValueAsTimeSpan
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable Clone
Back to Top
See Also