C# Class android.hardware.GeomagneticField

Inheritance: java.lang.Object
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method Description
GeomagneticField ( float arg0, float arg1, float arg2, long arg3 )
getDeclination ( ) : float
getFieldStrength ( ) : float
getHorizontalStrength ( ) : float
getInclination ( ) : float
getX ( ) : float
getY ( ) : float
getZ ( ) : float

Protected Methods

Method Description
GeomagneticField ( global @__env )

Private Methods

Method Description
GeomagneticField ( )

Method Details

GeomagneticField() public method

public GeomagneticField ( float arg0, float arg1, float arg2, long arg3 )
arg0 float
arg1 float
arg2 float
arg3 long

GeomagneticField() protected method

protected GeomagneticField ( global @__env )
@__env global

getDeclination() public method

public getDeclination ( ) : float
return float

getFieldStrength() public method

public getFieldStrength ( ) : float
return float

getHorizontalStrength() public method

public getHorizontalStrength ( ) : float
return float

getInclination() public method

public getInclination ( ) : float
return float

getX() public method

public getX ( ) : float
return float

getY() public method

public getY ( ) : float
return float

getZ() public method

public getZ ( ) : float
return float