点击或拖拽改变大小

__Usual 结构

X#
Internal type that implements the XBase Compatible USUAL type.
This type has many operators and implicit converters that normally are never directly called from user code.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
[AllowLateBindingAttribute]
 STRUCTURE __Usual IMPLEMENTS IConvertible, 
	IComparable, IComparable<USUAL>, IEquatable<USUAL>, 
	IIndexedProperties, IIndexer, IDisposable, ISerializable
查看代码

__Usual 类型公开以下成员。

构造函数
  名称说明
公共方法__Usual(Object)
初始化 __Usual 类的一个新实例
公共方法__Usual(SerializationInfo, StreamingContext)
初始化 __Usual 类的一个新实例
公共方法__Usual(__Usual, Boolean)
初始化 __Usual 类的一个新实例
公共方法__Usual(__UsualType, Boolean)
初始化 __Usual 类的一个新实例
Top
属性
方法
  名称说明
公共方法AsString
公共方法Clone
公共方法CompareTo(Object)
This method is needed to implement the IComparable interface.
公共方法CompareTo(__Usual)
公共方法Equals(Object) (重写 Equals(Object).)
公共方法Equals(__Usual)
公共方法GetHashCode (重写 GetHashCode.)
公共方法GetObjectData
公共方法GetTypeCode
公共方法静态成员ToObject
公共方法ToString (重写 ToString.)
公共方法ToString(IFormatProvider)
公共方法XppUsualIndex
Top
运算符
  名称说明
公共运算符静态成员Addition
公共运算符静态成员BitwiseAnd
公共运算符静态成员BitwiseOr
公共运算符静态成员Decrement
公共运算符静态成员Division
公共运算符静态成员Equality
公共运算符静态成员False
公共运算符静态成员GreaterThan
公共运算符静态成员GreaterThanOrEqual
公共运算符静态成员(Boolean to __Usual)
公共运算符静态成员(Byte to __Usual)
公共运算符静态成员(DateTime to __Usual)
公共运算符静态成员(Decimal to __Usual)
公共运算符静态成员(Double to __Usual)
公共运算符静态成员(Int16 to __Usual)
公共运算符静态成员(Int32 to __Usual)
公共运算符静态成员(Int64 to __Usual)
公共运算符静态成员(IntPtr to __Usual)
公共运算符静态成员(Object to __Usual)
公共运算符静态成员(SByte to __Usual)
公共运算符静态成员(Single to __Usual)
公共运算符静态成员(String to __Usual)
公共运算符静态成员(UInt16 to __Usual)
公共运算符静态成员(UInt32 to __Usual)
公共运算符静态成员(UInt64 to __Usual)
公共运算符静态成员(Void* to __Usual)
公共运算符静态成员(__Array to __Usual)
公共运算符静态成员(__Binary to __Usual)
公共运算符静态成员(__Currency to __Usual)
公共运算符静态成员(__Date to __Usual)
公共运算符静态成员(__Float to __Usual)
公共运算符静态成员(__Psz to __Usual)
公共运算符静态成员(__Symbol to __Usual)
公共运算符静态成员(__Usual to __Array)
公共运算符静态成员(__Usual to Codeblock)
公共运算符静态成员(__Usual to Boolean)
公共运算符静态成员(__Usual to __Date)
公共运算符静态成员(__Usual to DateTime)
公共运算符静态成员(__Usual to IntPtr)
公共运算符静态成员(__Usual to Void*)
公共运算符静态成员(__Usual to String)
公共运算符静态成员(__Usual to __Symbol)
公共运算符静态成员(__Usual to __Psz)
公共运算符静态成员(__Usual to Byte)
公共运算符静态成员(__Usual to Int16)
公共运算符静态成员(__Usual to Int32)
公共运算符静态成员(__Usual to Int64)
公共运算符静态成员(__Usual to Decimal)
公共运算符静态成员(__Usual to SByte)
公共运算符静态成员(__Usual to UInt16)
公共运算符静态成员(__Usual to UInt32)
公共运算符静态成员(__Usual to UInt64)
公共运算符静态成员(__Usual to Single)
公共运算符静态成员(__Usual to Double)
公共运算符静态成员(__Usual to __Float)
公共运算符静态成员(__Usual to __Currency)
公共运算符静态成员(__Usual to __Binary)
公共运算符静态成员Increment
公共运算符静态成员Inequality
公共运算符静态成员LeftShift
公共运算符静态成员LessThan
公共运算符静态成员LessThanOrEqual
公共运算符静态成员LogicalNot
公共运算符静态成员Modulus
公共运算符静态成员Multiply
公共运算符静态成员OnesComplement
公共运算符静态成员RightShift
公共运算符静态成员Subtraction
公共运算符静态成员True
公共运算符静态成员UnaryNegation
公共运算符静态成员UnaryPlus
Top
字段
  名称说明
公共字段静态成员_NIL
Top
显式接口实现
  名称说明
显式接口实现私有方法IDisposableDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
显式接口实现私有方法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.
显式接口实现私有方法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
参见