TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:50 2007
ra_value_get_double_array

ra_value_get_double_array

Name

ra_value_get_double_array --  return pointer to double array from value-handle

Synopsis

LIBRAAPI const double * ra_value_get_double_array (value_handle vh);

Arguments

vh

value-handle

Description

This function returns a pointer to the double array stored in vh. The pointer is valid until vh is used in another function or vh is freed. The number of elements of the array can be get by calling ra_value_get_num_elem().

source file

value.c