Table of Contents

Class DoubleType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public sealed class DoubleType : FloatingPointType, IArrowType
Inheritance
DoubleType
Implements
Inherited Members
Extension Methods

Fields

Default

public static readonly DoubleType Default

Field Value

DoubleType

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

IsSigned

public override bool IsSigned { get; }

Property Value

bool

Name

public override string Name { get; }

Property Value

string

Precision

public override FloatingPointType.PrecisionKind Precision { get; }

Property Value

FloatingPointType.PrecisionKind

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor