diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-09-10 07:15:23 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-09-10 07:15:23 +0300 |
| commit | 28a79338c4c250d9d6f3722a1c15c239fff56a29 (patch) | |
| tree | f92897e7fa27e0dbdaa1190b6812b1731d9363f2 /Software/Visual_Studio/Tango.BL/DTO | |
| parent | 2718ce44b9dd90ab1e222cba82c0cbe6cac174f0 (diff) | |
| download | Tango-28a79338c4c250d9d6f3722a1c15c239fff56a29.tar.gz Tango-28a79338c4c250d9d6f3722a1c15c239fff56a29.zip | |
Major advancement on Violet predictions.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/BrushStopDTOBase.cs | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/BrushStopDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/BrushStopDTOBase.cs index 7730131d8..de8dfdb08 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/BrushStopDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/BrushStopDTOBase.cs @@ -294,6 +294,38 @@ namespace Tango.BL.DTO } /// <summary> + /// v10 + /// </summary> + public Double V10 + { + get; set; + } + + /// <summary> + /// v10 div + /// </summary> + public Int32 V10Div + { + get; set; + } + + /// <summary> + /// v11 + /// </summary> + public Double V11 + { + get; set; + } + + /// <summary> + /// v11 div + /// </summary> + public Int32 V11Div + { + get; set; + } + + /// <summary> /// corrected /// </summary> public Boolean Corrected |
