DoubleType 类

定义

从 Visual Basic 2005 开始,此类已被否决。This class has been deprecated as of Visual Basic 2005.

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class DoubleType sealed
public sealed class DoubleType
[Microsoft.VisualBasic.CompilerServices.StandardModule]
public sealed class DoubleType
type DoubleType = class
[<Microsoft.VisualBasic.CompilerServices.StandardModule>]
type DoubleType = class
Public NotInheritable Class DoubleType
Public Module DoubleType
继承
DoubleType
属性

注解

此类提供一些方法,用于处理可能表示值的数据 DoubleThis class provides methods for manipulating data that potentially represents a Double value.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
FromObject(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个对应于指定对象的 Double 值。Returns a Double value that corresponds to the specified object.

FromObject(Object, NumberFormatInfo)

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个对应于指定对象的 Double 值。Returns a Double value that corresponds to the specified object.

FromString(String)

此 API 支持产品基础结构,不能在代码中直接使用。

返回与指定的字符串相对应的 Double 值。Returns a Double value that corresponds to the specified string.

FromString(String, NumberFormatInfo)

此 API 支持产品基础结构,不能在代码中直接使用。

返回与指定的字符串和数字格式信息相对应的 Double 值。Returns a Double value that corresponds to the specified string and number format information.

GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
Parse(String)

此 API 支持产品基础结构,不能在代码中直接使用。

返回与指定的字符串相对应的 Double 值。Returns a Double value that corresponds to the specified string.

Parse(String, NumberFormatInfo)

此 API 支持产品基础结构,不能在代码中直接使用。

返回与指定的字符串和数字格式信息相对应的 Double 值。Returns a Double value that corresponds to the specified string and number format information.

ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于