GetDouble() public method

Reads the next bytes as double.
public GetDouble ( ) : Double
return Double
Ejemplo n.º 1
0
 internal override void Deserialize(Deserializer ds)
 {
     base.Deserialize(ds);
     MinZ   = ds.GetDouble();
     MaxZ   = ds.GetDouble();
     ZLabel = ds.GetString();
 }
Ejemplo n.º 2
0
 internal virtual void Deserialize(Deserializer ds)
 {
     Title            = ds.GetString();
     ShowLegend       = ds.GetBoolean();
     LegendBackground = ds.GetString();
     LegendLineColor  = ds.GetString();
     LegendLineWidth  = ds.GetDouble();
     LegendPosition   = (LegendPosition)ds.GetInt();
     XLabel           = ds.GetString();
     YLabel           = ds.GetString();
     Gridlines        = ds.GetBoolean();
     MinorGridlines   = ds.GetBoolean();
     MinX             = ds.GetDouble();
     MaxX             = ds.GetDouble();
     MinY             = ds.GetDouble();
     MaxY             = ds.GetDouble();
 }
Ejemplo n.º 3
0
 internal void Deserialize(Deserializer ds)
 {
     Label     = ds.GetString();
     Color     = ds.GetString();
     ShowLabel = ds.GetBoolean();
     Symbol    = (PointSymbol)ds.GetInt();
     LineWidth = ds.GetDouble();
     Lines     = ds.GetBoolean();
 }
Ejemplo n.º 4
0
 internal virtual void Deserialize(Deserializer ds)
 {
     Text = ds.GetString();
     X    = ds.GetDouble();
     Y    = ds.GetDouble();
 }
Ejemplo n.º 5
0
 internal virtual void Deserialize(Deserializer ds)
 {
     Text = ds.GetString();
     X = ds.GetDouble();
     Y = ds.GetDouble();
 }
Ejemplo n.º 6
0
 internal override void Deserialize(Deserializer ds)
 {
     base.Deserialize(ds);
     MinZ = ds.GetDouble();
     MaxZ = ds.GetDouble();
     ZLabel = ds.GetString();
 }
Ejemplo n.º 7
0
 internal virtual void Deserialize(Deserializer ds)
 {
     Title = ds.GetString();
     ShowLegend = ds.GetBoolean();
     LegendBackground = ds.GetString();
     LegendLineColor = ds.GetString();
     LegendLineWidth = ds.GetDouble();
     LegendPosition = (LegendPosition)ds.GetInt();
     XLabel = ds.GetString();
     YLabel = ds.GetString();
     Gridlines = ds.GetBoolean();
     MinorGridlines = ds.GetBoolean();
     MinX = ds.GetDouble();
     MaxX = ds.GetDouble();
     MinY = ds.GetDouble();
     MaxY = ds.GetDouble();
 }