Function
Hemath_utils_midpoint
Declaration
gdouble*
he_math_utils_midpoint (
gdouble* a,
gint a_length1,
gdouble* b,
gint b_length1,
gint* result_length1
)
Parameters
a
-
Type: An array of
gdouble
No description available.
The length of the array is specified in the a_length1
argument.The data is owned by the caller of the function. a_length1
-
Type:
gint
No description available.
b
-
Type: An array of
gdouble
No description available.
The length of the array is specified in the b_length1
argument.The data is owned by the caller of the function. b_length1
-
Type:
gint
No description available.
result_length1
-
Type:
gint*
No description available.
The argument will be set by the function.