BTreeBaseKey, ValueComparisonArraySize Property |
Gets the size of a comparison array used by this set.
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ushort ComparisonArraySize { get; }
Public ReadOnly Property ComparisonArraySize As UShort
Get
public:
property unsigned short ComparisonArraySize {
unsigned short get ();
}
member ComparisonArraySize : uint16 with get
Property Value
Type:
UInt16See Also