点击或拖拽改变大小

__Currency 结构

X#
Internal type that implements the FoxPro Compatible CURRENCY type. This type has many operators and implicit converters that normally are never directly called from user code. The data in this type is stored as a System.Decimal with 4 decimal places

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
 STRUCTURE __Currency IMPLEMENTS IConvertible, 
	IFormattable, IComparable<CURRENCY>, IEquatable<CURRENCY>, 
	IComparable, ISerializable, ICurrency
查看代码

__Currency 类型公开以下成员。

构造函数
  名称说明
公共方法__Currency(Decimal)
初始化 __Currency 类的一个新实例
公共方法__Currency(Double)
初始化 __Currency 类的一个新实例
公共方法__Currency(ICurrency)
初始化 __Currency 类的一个新实例
公共方法__Currency(IFloat)
初始化 __Currency 类的一个新实例
公共方法__Currency(SerializationInfo, StreamingContext)
从序列化数据构造一个值
Top
属性
  名称说明
公共属性Value
Top
方法
  名称说明
公共方法CompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
公共方法CompareTo(__Currency)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
公共方法Equals(Object)
Indicates whether this instance and a specified object are equal.
(重写 Equals(Object).)
公共方法Equals(__Currency)
Indicates whether the current object is equal to another object of the same type.
公共方法GetHashCode
Returns the hash code for this instance.
(重写 GetHashCode.)
公共方法GetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
公共方法ToString
Converts the numeric value of this instance to its equivalent string representation.
(重写 ToString.)
公共方法ToString(String)
Converts the numeric value of this instance to its equivalent string representation.
公共方法ToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Top
运算符
  名称说明
公共运算符静态成员Addition(__Currency, __Currency)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Addition(__Currency, __Usual)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Addition(__Usual, __Currency)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Decrement
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Division
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Equality
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员(__Currency to Byte)
公共运算符静态成员(__Currency to SByte)
公共运算符静态成员(__Currency to Int16)
公共运算符静态成员(__Currency to UInt16)
公共运算符静态成员(__Currency to Int32)
公共运算符静态成员(__Currency to UInt32)
公共运算符静态成员(__Currency to Int64)
公共运算符静态成员(__Currency to UInt64)
公共运算符静态成员GreaterThan
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员GreaterThanOrEqual
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员(Byte to __Currency)
公共运算符静态成员(Decimal to __Currency)
公共运算符静态成员(Double to __Currency)
公共运算符静态成员(Int16 to __Currency)
公共运算符静态成员(Int32 to __Currency)
公共运算符静态成员(Int64 to __Currency)
公共运算符静态成员(SByte to __Currency)
公共运算符静态成员(Single to __Currency)
公共运算符静态成员(UInt16 to __Currency)
公共运算符静态成员(UInt32 to __Currency)
公共运算符静态成员(UInt64 to __Currency)
公共运算符静态成员(__Currency to Double)
公共运算符静态成员(__Currency to Single)
公共运算符静态成员(__Currency to __Float)
公共运算符静态成员(__Currency to Decimal)
公共运算符静态成员(__Float to __Currency)
公共运算符静态成员Increment
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Inequality
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员LessThan
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员LessThanOrEqual
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Modulus
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Multiply
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Subtraction(__Currency, __Currency)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Subtraction(__Currency, __Usual)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员Subtraction(__Usual, __Currency)
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员UnaryNegation
这个运算符在编译器生成的代码中使用,当需要时。
公共运算符静态成员UnaryPlus
这个运算符在编译器生成的代码中使用,当需要时。
Top
显式接口实现
  名称说明
显式接口实现私有方法IConvertibleToBoolean
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToByte
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToChar
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToDateTime
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToDecimal
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToDouble
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToInt16
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToInt32
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToInt64
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToSByte
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToSingle
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToString
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToType
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToUInt16
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToUInt32
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
显式接口实现私有方法IConvertibleToUInt64
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
Top
参见

引用

SystemDecimal