Class Decimal
Decimal Value Handle
Inheritance
System.Object
Decimal
Implements
System.IDisposable
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: lxapi
Assembly: lxapi.dll
Syntax
public class Decimal : IDisposable
Constructors
Decimal(String, Int32)
Create decimal value from a string
Declaration
public Decimal(string decstr_, int ndec_ = 2)
Parameters
Type | Name | Description |
---|---|---|
System.String | decstr_ | decimal value as a string |
System.Int32 | ndec_ | number of decimals |
Fields
decp
Decimal Handle
Declaration
public readonly IntPtr decp
Field Value
Type | Description |
---|---|
System.IntPtr |
decstr
Decimal string
Declaration
public readonly string decstr
Field Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Dispose
Declaration
public void Dispose()
Dispose(Boolean)
Release Decimal
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Destructor
Declaration
protected void Finalize()
Implements
System.IDisposable