public static void DecayCurve(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVA v_ay,
CVA v_ax,
int log,
double log_min,
double angle,
int x_bar,
int y_bar,
double x_off_set,
double y_off_set,
double width,
double height,
double x_min,
double y_min,
double x_scale,
double y_scale,
double line_pitch,
int line_style,
string line_color
)
public static void DecayCurve(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVA v_ay,
CVA v_ax,
int log,
double log_min,
double angle,
int x_bar,
int y_bar,
double x_off_set,
double y_off_set,
double width,
double height,
double x_min,
double y_min,
double x_scale,
double y_scale,
double line_pitch,
int line_style,
string line_color
)
Public Shared Sub DecayCurve (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
v_ay As CVA,
v_ax As CVA,
log As Integer,
log_min As Double,
angle As Double,
x_bar As Integer,
y_bar As Integer,
x_off_set As Double,
y_off_set As Double,
width As Double,
height As Double,
x_min As Double,
y_min As Double,
x_scale As Double,
y_scale As Double,
line_pitch As Double,
line_style As Integer,
line_color As String
)
Public Shared Sub DecayCurve (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
v_ay As CVA,
v_ax As CVA,
log As Integer,
log_min As Double,
angle As Double,
x_bar As Integer,
y_bar As Integer,
x_off_set As Double,
y_off_set As Double,
width As Double,
height As Double,
x_min As Double,
y_min As Double,
x_scale As Double,
y_scale As Double,
line_pitch As Double,
line_style As Integer,
line_color As String
)
public:
static void DecayCurve(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVA^ v_ay,
CVA^ v_ax,
int log,
double log_min,
double angle,
int x_bar,
int y_bar,
double x_off_set,
double y_off_set,
double width,
double height,
double x_min,
double y_min,
double x_scale,
double y_scale,
double line_pitch,
int line_style,
String^ line_color
)
public:
static void DecayCurve(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVA^ v_ay,
CVA^ v_ax,
int log,
double log_min,
double angle,
int x_bar,
int y_bar,
double x_off_set,
double y_off_set,
double width,
double height,
double x_min,
double y_min,
double x_scale,
double y_scale,
double line_pitch,
int line_style,
String^ line_color
)
static member DecayCurve :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
v_ay : CVA *
v_ax : CVA *
log : int *
log_min : float *
angle : float *
x_bar : int *
y_bar : int *
x_off_set : float *
y_off_set : float *
width : float *
height : float *
x_min : float *
y_min : float *
x_scale : float *
y_scale : float *
line_pitch : float *
line_style : int *
line_color : string -> unit
static member DecayCurve :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
v_ay : CVA *
v_ax : CVA *
log : int *
log_min : float *
angle : float *
x_bar : int *
y_bar : int *
x_off_set : float *
y_off_set : float *
width : float *
height : float *
x_min : float *
y_min : float *
x_scale : float *
y_scale : float *
line_pitch : float *
line_style : int *
line_color : string -> unit