C# Class HoloToolkit.Sharing.DoubleElement

Inheritance: Element
Afficher le fichier Open project: OpenHID/InteractivePaint

Méthodes publiques

Méthode Description
Cast ( Element element ) : DoubleElement
Dispose ( ) : void
GetValue ( ) : double
SetValue ( double newValue ) : void

Private Methods

Méthode Description
DoubleElement ( global cPtr, bool cMemoryOwn )
getCPtr ( DoubleElement obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Cast() public static méthode

public static Cast ( Element element ) : DoubleElement
element Element
Résultat DoubleElement

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : double
Résultat double

SetValue() public méthode

public SetValue ( double newValue ) : void
newValue double
Résultat void