Mercurial
SharpDisplayManager
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
raw
|
help
Server/Spectrum/ScalingStrategy.cs
author
StephaneLenclud
Sun, 15 Jan 2017 18:49:06 +0100
changeset 279
10f0de70b69b
permissions
-rw-r--r--
Ground work for display layout support.
1
namespace Visualization
2
{
3
public enum ScalingStrategy
4
{
5
Decibel,
6
Linear,
7
Sqrt
8
}
9
}