C# Class HoloToolkit.Sharing.DoubleElement

Inheritance: Element
Exibir arquivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Cast ( Element element ) : DoubleElement
Dispose ( ) : void
GetValue ( ) : double
SetValue ( double newValue ) : void

Private Methods

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

Method Details

Cast() public static method

public static Cast ( Element element ) : DoubleElement
element Element
return DoubleElement

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( ) : double
return double

SetValue() public method

public SetValue ( double newValue ) : void
newValue double
return void