Click or drag to resize
IMyTerminalControlSliderSetDualLogLimits Method (Single, Single, Single)

[This is preliminary documentation and is subject to change.]

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

Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void SetDualLogLimits(
	float absMin,
	float absMax,
	float centerBand
)

Parameters

absMin
Type: SystemSingle

[Missing <param name="absMin"/> documentation for "M:Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlSlider.SetDualLogLimits(System.Single,System.Single,System.Single)"]

absMax
Type: SystemSingle

[Missing <param name="absMax"/> documentation for "M:Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlSlider.SetDualLogLimits(System.Single,System.Single,System.Single)"]

centerBand
Type: SystemSingle

[Missing <param name="centerBand"/> documentation for "M:Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlSlider.SetDualLogLimits(System.Single,System.Single,System.Single)"]

See Also