Struct AttributeFormat

AttributeFormat structure

Defines the formatting in which a byte sequence can be encoded/decoded to attribute elements.

public struct AttributeFormat : IEquatable<AttributeFormat>

Constructors

NameDescription
AttributeFormat(DimensionType)
AttributeFormat(EncodingType)
AttributeFormat(DimensionType, EncodingType)
AttributeFormat(DimensionType, EncodingType, bool)

Properties

NameDescription
ByteSizePadded { get; }

Methods

NameDescription
Equals(AttributeFormat)
override Equals(object)
override GetHashCode()
static AreEqual(AttributeFormat, AttributeFormat)
operator ==
implicit operator(3 operators)
operator !=

Fields

NameDescription
readonly ByteSize
readonly Dimensions
readonly Encoding
readonly Normalized

See Also