Search results

Jump to: navigation, search
  • api. Description: Divides two Variants. VariantDiv divides src to dst and returns the result as dst. The input values must be convertible to ...
    750 bytes (43 words) - 17:21, 16 October 2011
  • api. Description: Performs an or operation between two Variants. VariantOr performs a bit-wise or a logical or operation between src and dst ...
    842 bytes (58 words) - 17:53, 16 October 2011
  • head-list.
    190 bytes (2 words) - 21:36, 1 December 2011
  • api. Description: Performs an or operation between two Variants. VariantOr2 performs a bit-wise or a logical or operation between V1 and V2 and ...
    848 bytes (60 words) - 16:07, 16 October 2011
  • api. Description: Divides two Variants. VariantDiv2 divides V1 to V2 and returns a new Variant holding the result. The input values must be ...
    758 bytes (45 words) - 17:29, 16 October 2011
  • api. Description: Performs a type-cast on a Variant. VariantCast type-casts src to the desired type and returns the resulted Variant as dst. ...
    775 bytes (63 words) - 16:33, 16 October 2011
  • api. Description: Empties a Variant, so that it is unassigned. Calling VariantClear is equivalent to assigning the Unassigned constant to the ...
    1 KB (123 words) - 17:45, 16 October 2011
  • api. Description: Adds two Variants. VariantAdd adds src to dst and returns the result as dst. The input values must have compatible types; ...
    732 bytes (41 words) - 17:03, 16 October 2011
  • api. Description: Performs an and operation between two Variant values. VariantAnd performs a bit-wise or a logical and operation between src ...
    849 bytes (59 words) - 16:35, 16 October 2011
  • api. Description: Multiplies two Variants. VariantMul multiplies src to dst and returns the result as dst. The input values must be convertible ...
    756 bytes (43 words) - 17:22, 16 October 2011
  • api. Description: Subtracts two Variants. VariantSub subtracts src from dst and returns the result as dst. The input values must have compatible ...
    744 bytes (41 words) - 18:01, 16 October 2011
  • api. Description: Adds two Variants. VariantAdd2 adds V1 to V2 and returns a new Variant holding the result. The input values must have ...
    740 bytes (43 words) - 17:15, 16 October 2011
  • api. Description: Performs an shl (shift left) operation between two Variants. VariantShl performs a bit-wise shl (shift left) operation ...
    794 bytes (56 words) - 16:07, 16 October 2011
  • api. Description: Performs an shr (shift right) operation between two Variants. VariantShr performs a bit-wise shr (shift right) operation ...
    851 bytes (57 words) - 16:20, 16 October 2011
  • api. Description: Performs an shr (shift right) operation between two Variants. VariantShr2 performs a bit-wise shr (shift right) operation ...
    859 bytes (59 words) - 16:04, 16 October 2011
  • api. Description: Subtracts two Variants. VariantSub2 subtracts V1 from V2 and returns a new Variant holding the result. The input values must ...
    752 bytes (43 words) - 16:41, 16 October 2011
  • api. Description: Performs an and operation between two Variants. VariantAnd2 performs a bit-wise or a logical and operation between V1 and V2 ...
    851 bytes (60 words) - 17:51, 16 October 2011
  • api. Description: Multiplies two Variants. VariantMul2 multiplies V1 to V2 and returns a new Variant holding the result. The input values must ...
    764 bytes (45 words) - 17:47, 16 October 2011
  • api. Description: Inverts the sign of a Variant. VariantNeg will invert the sign of V1 from positive to negative and vice-versa. The input ...
    660 bytes (48 words) - 17:03, 16 October 2011
  • api. Description: Returns an element from a Variant array. VariantGetElement returns the Variant value located at the specified indices in the ...
    780 bytes (59 words) - 16:29, 16 October 2011

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)