IVariantRef Interface

Namespace

ampl

Assemblies
  • AMPL


Syntax

public interface IVariantRef
interface ampl.IVariantRef

Methods

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

System.Int32

int Compare(VariantRef x, VariantRef 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.IVariantRef.Dbl
Return type

System.Double

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

System.String

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

Type

Type Type { get; }