Summary

public void SetDualLogLimits(float absMin, float absMax, float centerBand)

Allows you to set the upper and lower limits of the slider, interpolating on a logarithmic scale at both ends

Parameters

Summary

public void SetDualLogLimits(Func<IMyTerminalBlock, float> minGetter, Func<IMyTerminalBlock, float> maxGetter, float centerBand)

Allows you to set the upper and lower limits of the slider with delegates, interpolating on a logarithmic scale at both ends

Parameters