Table of Contents

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 = 1

A true/false value.

Double = 5

A double-precision floating-point value.

Float = 4

A single-precision floating-point value.

Int = 2

A 32-bit integer value.

Long = 3

A 64-bit integer value.

String = 0

A text value.