Click or drag to resize

IMcOMGlobal Interface

The interface implemented by the McOMGlobal coclass, exposing globally useful methods for operating on either McObject instance or VARIANT data.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcOMGlobal

The IMcOMGlobal type exposes the following members.

Methods
  NameDescription
Public methodMcAbs
Arithmetic unary operator to compute the absolute value of values.
Public methodCode exampleMcArrayTemp
Returns a "temporary" IMcObject of a given type, shaped as an array.
Public methodMcASin
Arithmetic unary operator to compute ArcSine of values and returns results in radians over the range of minus PI/2 to plus PI/2.
Public methodMcATan
Arithmetic unary operator to compute ArcTangent of values and returns results in radians over the range of minus PI/2 to plus PI/2.
Public methodCode exampleMcBasicStatistics
Computes basic parametric statistics on one or more arrays.
Public methodMcCos
Arithmetic unary operator to compute the cosine of a variant.
Public methodCode exampleMcCStr
Converts C-style escape sequences in a string into the special characters.
Public methodCode exampleMcCumulativeSum
Does a cumulative sum of the argument array's values.
Public methodMcExp
Arithmetic unary operator to compute the exponential of values.
Public methodCode exampleMcFromText
Scans a character string for numeric values.
Public methodCode exampleMcHistogramStatistics
Computes basic parametric statistics on one or more histograms.
Public methodCode exampleMcInterpolateValues
Interpolates values to create a longer or shorter array.
Public methodCode exampleMcIsMissingValue
Tests a value or array to see if a value is missing
Public methodMcLog
Arithmetic unary operator to compute the natural logarithm of values.
Public methodMcLog10
Arithmetic unary operator to compute the base-10 logarithm of values.
Public methodCode exampleMcLookupInList
Searches an array of strings to find those which match a supplied template.
Public methodMcMax
Returns the maximum element in one or two argument arrays
Public methodMcMin
Returns the minimum element in one or two argument arrays
Public methodCode exampleMcMissingDouble
A value of type Double that is recognized as marking a missing value in arrays
Public methodCode exampleMcMissingSingle
A value of type Single that is recognized as marking a missing value in arrays
Public methodMcObjectTemp
Returns a "temporary" IMcObject that contains given source data.
Public methodCode exampleMcOpAdd
Arithmetic binary operator to add two variants.
Public methodCode exampleMcOpAND
Logical binary operator to combine two variants using a logical "and".
Public methodCode exampleMcOpAndBits
Arithmetic binary operator to And the bits of two variants.
Public methodCode exampleMcOpAssignSelected
An operation allowing assignment to a sub-array of a Variant or McObject Value.
Public methodCode exampleMcOpBitwiseNot
Arithmetic unary operator to complement the bits of a variant holding integral values.
Public methodCode exampleMcOpCast
Casts the values in a Variant to another arithmetic type
Public methodCode exampleMcOpConcat
Arithmetic binary operator to concatenate two array variants.
Public methodCode exampleMcOpConcatConcat
Arithmetic binary operator to concatenate two array variants, extending the overall shape of the left operand.
Public methodCode exampleMcOpDiv
Arithmetic binary operator to divide two variants.
Public methodCode exampleMcOpEQ
Logical binary operator to compare two variants for equality.
Public methodCode exampleMcOpFillIn
Arithmetic binary operator to fill-in concatenate two array variants.
Public methodCode exampleMcOpGE
Logical binary operator to compare two variants for "greater or equal".
Public methodCode exampleMcOpGT
Logical binary operator to compare two variants for "greater than".
Public methodCode exampleMcOpLargerOf
Arithmetic binary operator to compute the larger of elements of two variants.
Public methodCode exampleMcOpLE
Logical binary operator to compare two variants for "less than or equal".
Public methodCode exampleMcOpLeftShift
Arithmetic binary operator to Left Shift the bits of a variant.
Public methodCode exampleMcOpLT
Logical binary operator to compare two variants for "less than".
Public methodCode exampleMcOpMod
Arithmetic binary operator to compute the Modulus between two variants.
Public methodCode exampleMcOpMul
Arithmetic binary operator to multiply two variants.
Public methodCode exampleMcOpNE
Logical binary operator to compare two variants for non-equality.
Public methodCode exampleMcOpNeg
Arithmetic unary operator to negate a variant.
Public methodCode exampleMcOpNOT
Logical unary operator to negate the sense of a selector array
Public methodCode exampleMcOpOR
Logical binary operator to combine two variants using a logical "or".
Public methodCode exampleMcOpOrBits
Arithmetic binary operator to Or the bits of two variants.
Public methodCode exampleMcOpRightShift
Arithmetic binary operator to Right Shift the bits of a variant.
Public methodCode exampleMcOpSelect
Selected values from a Variant are returned.
Public methodCode exampleMcOpSmallerOf
Arithmetic binary operator to compute the smaller of elements of two variants.
Public methodCode exampleMcOpSub
Arithmetic binary operator to subtract two variants.
Public methodCode exampleMcOpXorBits
Arithmetic binary operator to Xor the bits of two variants.
Public methodMcPow
Computes X raised to the Y power for scalar or array X and Y.
Public methodMcRand
Generates an array of random numbers with values between 0 and 32768
Public methodCode exampleMcRankedHistogramValues
Computes basic non-parametric results from ranked values on one or more arrays.
Public methodCode exampleMcRankedValues
Computes basic non-parametric results from ranked values on one or more arrays.
Public methodCode exampleMcReduce
Reduces one dimension of a multi-dimensional data array by combining all elements along the given dimension using a specified operator.
Public methodCode exampleMcSearchString
This function searches a string to find the first occurrence of a sub-string which matches a supplied template string. Alternatively, an option checks for a match between the template and the whole string; used this way, SearchString is a test for equivalent strings.
Public methodMcSin
Arithmetic unary operator to compute the sine of a variant.
Public methodCode exampleMcSort
Sorts an array of numbers or a "list" of strings and returns a selector which will select the elements in sorted order.
Public methodCode exampleMcSprintf
Performs a C-style sprintf to format a list of arguments into a string.
Public methodMcSqrt
Arithmetic unary operator to compute the square root of values.
Public methodMcSqueezeSelector
Remove negative selector values
Public methodMcSum
Returns the sum of the elements in one or two argument arrays
Public methodMcTan
Arithmetic unary operator to compute the tangent of a variant.
Public methodCode exampleMcToText
Converts value(s) from a variant into a character string.
Public methodCode exampleMcTranspose
Transposes the "rows" and "columns" of a matrix or other data object.
Public methodCode exampleMcVectorHistogram
Computes a histogram of the values in an array. The number of bins, the starting value and the size of a bin are user-specified.
Top
See Also