Class IntType
- Namespace
- DeltaPack
- Assembly
- DeltaPack.dll
public sealed record IntType : SchemaType, IEquatable<SchemaType>, IEquatable<IntType>
- Inheritance
-
IntType
- Implements
- Inherited Members
Constructors
IntType(long?, long?)
public IntType(long? Min = null, long? Max = null)
Parameters
Properties
Max
public long? Max { get; init; }
Property Value
- long?
Min
public long? Min { get; init; }
Property Value
- long?
NumBits
public int? NumBits { get; }
Property Value
- int?