Extends GdxDataValue so that both values of the value pair are Double

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GdxDataDouble : GdxDataValue<double>
Visual Basic
Public Class GdxDataDouble _
	Inherits GdxDataValue(Of Double)
JScript
public class GdxDataDouble extends GdxDataValue<double>

Inheritance Hierarchy

System..::..Object
  BindableObject
    Ico.Gdx..::..GdxDataValue
      Ico.Gdx..::..GdxDataValue<(Of <(<'Double>)>)>
        Ico.Gdx..::..GdxDataDouble

See Also