The methods of the COper class are listed here.
![]() | Constructs a COper object |
![]() | Does the OPER contain an array? |
![]() | Does the OPER contain a double-precision floating point number? |
![]() | Does the OPER contain an error? |
![]() | Does the OPER contain a boolean? |
![]() | Does the OPER contain a string? |
![]() | Is the OPER empty? |
![]() | Is the OPER missing (i.e. omitted from the caller's argument list)? |
![]() | Is the OPER neither missing nor empty? |
![]() | Assigns a new value to the OPER, using a variety of input types |
![]() | Returns a numeric value |
![]() | Returns a string value |
![]() | Returns a boolean value |
![]() | Returns a boolean value |
![]() | Returns an item from an array |
![]() | Assigns an floating-point numeric value and data type to the OPER |
![]() | Assigns an error value and data type to the OPER |
![]() | Assigns a boolean value and data type to the OPER |
![]() | Assigns a string value and data type to the OPER |
![]() | Assigns the OPER to be an array of double's, and copies values into the array |
![]() | Retrieves a numeric value from the OPER |
![]() | Returns a string value |
![]() | Returns a boolean value |
![]() | Copies the contents of an OPER into a 'C' array of doubles or pointers to doubles |
![]() | Reads a single value from an COper or a cell of an array COper |
![]() | Reads an optional argument from an OPER |
![]() | Reads an optional argument from an OPER, optionally using a default for omitted arguments |
![]() | Returns the number of columns in an array |
![]() | Returns the number of rows in an array |
![]() | Gets the number of rows and columns in an array |
![]() | Returns the number of cells in an array |
![]() | Returns a reference to an item in an array |
![]() | Returns TRUE if the OPER contains 1 row and/or 1 column |
![]() | Returns the number of cells in an array |
![]() | Returns a reference to an item in a one-dimensional array |
![]() | Assigns the OPER to be an array, sets it to a size and allocates the memory to contain its items |
![]() | Releases the resources of an array's items |
![]() | Reads a row or a column from an array into a vector of numbers or strings |
![]() | Reads a column from an array into a vector of numbers or strings |
![]() | Reads a row from an array into a vector of numbers or strings |
![]() | Reads a row or a column from an array into an ordered collection of numbers or strings |
![]() | Reads a row or a column from an array into an indexed collection of numbers or strings |
![]() | Reads data from a 2-dimensional array into a matrix of numbers or strings |
![]() | Reads a single value from an array into a number or string |
![]() | Reads a column from an array into a vector of numbers or strings |
![]() | Reads a row from an array into a vector of numbers or strings |
![]() | Reads an array argument into a two-dimensional matrix of numbers or strings |
![]() | Reads a single value from an array into a number or string |
Header: xllplus.h