Property | Type | Description | |
---|---|---|---|
MIN_HISTORY_COUNT | int | ||
PING_HISTORY_COUNT | int | ||
PING_SAMPLE_PERCENTILE | double | ||
_position | Point | ||
_sample_list | |||
_time_stamp | System.DateTime | ||
_weightedError | double |
Method | Description | |
---|---|---|
AddSample ( System.DateTime time_stamp, double sample, Point position, double weightedError ) : void | ||
GetSample ( ) : double | ||
Sample ( ) : System |
public AddSample ( System.DateTime time_stamp, double sample, Point position, double weightedError ) : void | ||
time_stamp | System.DateTime | |
sample | double | |
position | Point | |
weightedError | double | |
return | void |
protected static int PING_HISTORY_COUNT | ||
return | int |
protected static double PING_SAMPLE_PERCENTILE | ||
return | double |
protected ArrayList,System.Collections _sample_list | ||
return |