Table of Contents

Class FloatType

Namespace
DeltaPack
Assembly
DeltaPack.dll
public sealed record FloatType : SchemaType, IEquatable<SchemaType>, IEquatable<FloatType>
Inheritance
FloatType
Implements
Inherited Members

Constructors

FloatType(double?)

public FloatType(double? Precision = null)

Parameters

Precision double?

Properties

Precision

public double? Precision { get; init; }

Property Value

double?