DoubleType Class

Definition

Represents a double type.

public sealed class DoubleType : Microsoft.Spark.Sql.Types.FractionalType
type DoubleType = class
    inherit FractionalType
Public NotInheritable Class DoubleType
Inherits FractionalType
Inheritance

Constructors

Name Description
DoubleType()

Properties

Name Description
Json

The compact JSON representation of this data type.

(Inherited from DataType)
SimpleString

Simple string version of the current data type.

(Inherited from DataType)
TypeName

Normalized type name.

(Inherited from DataType)

Methods

Name Description
Equals(Object)

Checks if the given object is same as the current object by checking the string version of this type.

(Inherited from DataType)
GetHashCode()

Returns the hash code of the current object.

(Inherited from DataType)

Applies to