Class DoubleType
public sealed class DoubleType : FloatingPointType, IArrowType
- Inheritance
-
DoubleType
- Implements
- Inherited Members
- Extension Methods
Fields
Default
public static readonly DoubleType Default
Field Value
Properties
BitWidth
public override int BitWidth { get; }
Property Value
IsSigned
public override bool IsSigned { get; }
Property Value
Name
public override string Name { get; }
Property Value
Precision
public override FloatingPointType.PrecisionKind Precision { get; }
Property Value
TypeId
public override ArrowTypeId TypeId { get; }
Property Value
Methods
Accept(IArrowTypeVisitor)
public override void Accept(IArrowTypeVisitor visitor)
Parameters
visitor
IArrowTypeVisitor