点击或拖拽改变大小

DbFloat 结构

X#
Implementation of the IFloat interface that can be used by the RDD system.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STRUCTURE DbFloat IMPLEMENTS IFloat, 
	IConvertible
查看代码

DbFloat 类型公开以下成员。

构造函数
  名称说明
公共方法DbFloat
初始化 DbFloat 类的一个新实例
Top
属性
  名称说明
公共属性Decimals
Number of decimals.
公共属性Digits
Number of digits (includes the optional decimal separator and decimals).
公共属性Value
Double value of the Float
Top
方法
  名称说明
公共方法GetTypeCode
Returns the TypeCode for this instance.
公共方法ToString
Returns the fully qualified type name of this instance.
(重写 ToString.)
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
参见