Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
ampl.DataFrame
AMPL
Inheritance Hierarchy
Syntax
Methods
Properties
System.Object
ampl.DataFrame.Column
public class Column : IEnumerable<VariantRef>, IEnumerable
System.Collections.Generic.IEnumerator<ampl.VariantRef>
public IEnumerator<VariantRef> GetEnumerator()
System.Collections.IEnumerator
IEnumerator IEnumerable.GetEnumerator()
ampl.VariantRef
public VariantRef this[int index] { get; }
System.Int32
public int Size { get; }