PropertyRepresentations
- Updated2024-10-09
- 1 minute(s) read
PropertyRepresentations
These constants indicate the representation of a PropertyObject .
- PropertyRepresentation_Float64 –(Value: 1) Specifies double-precision, 64-bit floating-point representation.
- PropertyRepresentation_Int64 –(Value: 2) Specifies signed 64-bit integer representation.
- PropertyRepresentation_None –(Value: 0) This is the default representation for non-numeric property objects.
- PropertyRepresentation_UInt64 –(Value: 3) Specifies unsigned 64-bit integer representation.
See Also
EvaluationTypes.AllowedArrayRepresentations