Show / Hide Table of Contents

Class Atom

Unsigned integer type used for aspif atoms.

Inheritance
System.Object
Atom
Implements
IClingoObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ClingoSharp.CoreServices.Types
Assembly: ClingoSharp.CoreServices.dll
Syntax
public sealed class Atom : IClingoObject

Properties

| Improve this Doc View Source

Value

Declaration
public uint Value { get; set; }
Property Value
Type Description
System.UInt32

Operators

| Improve this Doc View Source

Implicit(Atom to UInt32)

Convert a atom object into the basic type.

Declaration
public static implicit operator uint (Atom atom)
Parameters
Type Name Description
Atom atom
Returns
Type Description
System.UInt32
| Improve this Doc View Source

Implicit(UInt32 to Atom)

Convert a basic type into a atom object.

Declaration
public static implicit operator Atom(uint value)
Parameters
Type Name Description
System.UInt32 value
Returns
Type Description
Atom

Implements

IClingoObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX