Enum GraphAttributeType
- Namespace
- Graph1x.Serialization
- Assembly
- Graph1x.dll
The declared value type of a GraphAttribute<T>, mirroring GraphML's attr.type domain.
public enum GraphAttributeType
Fields
Bool = 1A true/false value.
Double = 5A double-precision floating-point value.
Float = 4A single-precision floating-point value.
Int = 2A 32-bit integer value.
Long = 3A 64-bit integer value.
String = 0A text value.