mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 04:53:09 +00:00
9 lines
142 B
C#
9 lines
142 B
C#
|
namespace WinformsVisualization.Visualization
|
|||
|
{
|
|||
|
public enum ScalingStrategy
|
|||
|
{
|
|||
|
Decibel,
|
|||
|
Linear,
|
|||
|
Sqrt
|
|||
|
}
|
|||
|
}
|