IVariant Interface

Namespace

ampl

Assemblies
  • AMPL


Syntax

public interface IVariant
interface ampl.IVariant

Methods

Compare(ampl.Variant, ampl.Variant)
Return type

System.Int32

int Compare(Variant x, Variant y)
CompareTo(System.Object)
Return type

System.Int32

int CompareTo(object obj)
Dispose()
void Dispose()
Equals(System.Object)
Return type

System.Boolean

bool Equals(object other)
GetHashCode()
Return type

System.Int32

int GetHashCode()
ToString()
Return type

System.String

string ToString()

Properties

ampl.IVariant.Dbl
Return type

System.Double

double Dbl { get; }
ampl.IVariant.Str
Return type

System.String

string Str { get; }
ampl.IVariant.Type
Return type

Type

Type Type { get; }