Samraksh eMote .NOW
GetAbsoluteDisplacement Method



Request the window's absolute displacement.
Syntax
'Declaration
 
Public Function GetAbsoluteDisplacement( _
   ByVal portion As SAMPLE_WINDOW_PORTION _
) As Integer
'Usage
 
Dim instance As Algorithm.RadarDetection
Dim portion As SAMPLE_WINDOW_PORTION
Dim value As Integer
 
value = instance.GetAbsoluteDisplacement(portion)
public int GetAbsoluteDisplacement( 
   SAMPLE_WINDOW_PORTION portion
)
public:
int GetAbsoluteDisplacement( 
   SAMPLE_WINDOW_PORTION portion
) 

Parameters

portion

Return Value

Returns the window's absolute displacement.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Algorithm.RadarDetection Class
Algorithm.RadarDetection Members

Send Feedback