.net - What is the C# equivalent code for C programming statement? -


सी प्रोग्रामिंग स्टेटमेंट के लिए समरूपता कोड
  

क्या C # कोड> # परिभाषित xtime (x) ((x & lt; & lt; 1) ^ (((x> & gt; 7) और 1) * 0x1b))

< सी क्लास = "पोस्ट-टेक्स्ट" itemprop = "text">

चूंकि #define सी # में सी और सी ++ से भिन्न है, आपको इसके बजाय विधि कॉल का उपयोग करना चाहिए।

  निजी इंट xtime (int x) {वापसी (x & lt; & lt; 1) ^ ((x & gt; & gt; 7) & 1) * 0x1b); }    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -