MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 272

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 354
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 271
bool operator>=(const mwString& str) const
Purpose Compare input string with this string and return true if this string is
lexicographically greater than or equal to input string
C++
Syntax
#include "mclcppclass. h"
mwString str("This is a string");
mwString str2("This is another string");
bool ret = (str >= str 2);//ret should have value of false.
Arguments str
String to compare.
Return
Value
The result of the comparison.
Description Usethisoperatortotesttwostringsfororder.
C-18
Vue de la page 271
1 2 ... 267 268 269 270 271 272 273 274 275 276 277 ... 353 354

Commentaires sur ces manuels

Pas de commentaire