Class Atom
Unsigned integer type used for aspif atoms.
Inheritance
System.Object
Atom
Implements
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 SourceValue
Declaration
public uint Value { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Operators
| Improve this Doc View SourceImplicit(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 |
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 |