MonoGdx.TableLayout.Value.Get C# (CSharp) Method

Get() public abstract method

public abstract Get ( Cell cell ) : float
cell Cell
return float
        public abstract float Get(Cell cell);

Same methods

Value::Get ( object table ) : float