package cs.system
extends ValueType
implements IComparable_1<Decimal>, IEquatable_1<Decimal>, IComparable, IConvertible, IFormattable
Available on csnew (lo:Int, mid:Int, hi:Int, isNegative:Bool, scale:UInt8)new (bits:NativeArray<Int>)new (value:Float)new (value:Single)new (value:UInt64)new (value:Int64)new (value:UInt)new (value:Int)CompareTo (value:Dynamic):IntCompareTo (value:Decimal):IntGetTypeCode ():TypeCodestatic read only MaxValue:Decimalstatic read only MinValue:Decimalstatic read only MinusOne:Decimalstatic read only One:Decimalstatic read only Zero:Decimalstatic Add (d1:Decimal, d2:Decimal):Decimalstatic Ceiling (d:Decimal):Decimalstatic Compare (d1:Decimal, d2:Decimal):Intstatic Divide (d1:Decimal, d2:Decimal):Decimalstatic Floor (d:Decimal):Decimalstatic FromOACurrency (cy:Int64):Decimalstatic GetBits (d:Decimal):NativeArray<Int>static Multiply (d1:Decimal, d2:Decimal):Decimalstatic Negate (d:Decimal):Decimalstatic Parse (s:String):Decimalstatic Parse (s:String, style:NumberStyles, provider:IFormatProvider):Decimalstatic Parse (s:String, provider:IFormatProvider):Decimalstatic Parse (s:String, style:NumberStyles):Decimalstatic Remainder (d1:Decimal, d2:Decimal):Decimalstatic Round (d:Decimal, decimals:Int):Decimalstatic Round (d:Decimal, mode:MidpointRounding):Decimalstatic Round (d:Decimal):Decimalstatic Round (d:Decimal, decimals:Int, mode:MidpointRounding):Decimalstatic Subtract (d1:Decimal, d2:Decimal):Decimalstatic ToByte (value:Decimal):UInt8static ToDouble (d:Decimal):Floatstatic ToInt16 (value:Decimal):Int16static ToInt32 (d:Decimal):Intstatic ToInt64 (d:Decimal):Int64static ToOACurrency (value:Decimal):Int64static ToSByte (value:Decimal):Int8static ToSingle (d:Decimal):Singlestatic ToUInt16 (value:Decimal):UInt16static ToUInt32 (d:Decimal):UIntstatic ToUInt64 (d:Decimal):UInt64static Truncate (d:Decimal):Decimalstatic TryParse (s:String, result:Out<Decimal>):Boolstatic TryParse (s:String, style:NumberStyles, provider:IFormatProvider, result:Out<Decimal>):Boolstatic _Equals (d1:Decimal, d2:Decimal):Boolstatic op_Addition (d1:Decimal, d2:Decimal):Decimalstatic op_Decrement (d:Decimal):Decimalstatic op_Division (d1:Decimal, d2:Decimal):Decimalstatic op_Equality (d1:Decimal, d2:Decimal):Boolstatic op_Explicit (value:Single):Decimalstatic op_Explicit (value:Decimal):Floatstatic op_Explicit (value:Float):Decimalstatic op_GreaterThan (d1:Decimal, d2:Decimal):Boolstatic op_GreaterThanOrEqual (d1:Decimal, d2:Decimal):Boolstatic op_Implicit (value:UInt8):Decimalstatic op_Implicit (value:UInt64):Decimalstatic op_Implicit (value:Int64):Decimalstatic op_Implicit (value:UInt):Decimalstatic op_Implicit (value:Int):Decimalstatic op_Implicit (value:Char16):Decimalstatic op_Implicit (value:UInt16):Decimalstatic op_Implicit (value:Int16):Decimalstatic op_Implicit (value:Int8):Decimalstatic op_Increment (d:Decimal):Decimalstatic op_Inequality (d1:Decimal, d2:Decimal):Boolstatic op_LessThan (d1:Decimal, d2:Decimal):Boolstatic op_LessThanOrEqual (d1:Decimal, d2:Decimal):Boolstatic op_Modulus (d1:Decimal, d2:Decimal):Decimalstatic op_Multiply (d1:Decimal, d2:Decimal):Decimalstatic op_Subtraction (d1:Decimal, d2:Decimal):Decimalstatic op_UnaryNegation (d:Decimal):Decimalstatic op_UnaryPlus (d:Decimal):Decimal
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Decimal.html