Posted On March 28, 2019

NaN

kimconnect 0 comments

– Meaning: Not a Number
– When used as an assignment to an element index within a loop, this has the effect of making the loop skip this index in the next iteration. For example: pairArr[i] = pairArr[j] = NaN;

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Stop Any Service on Windows!

Problem: some system protected services cannot be stopped. PS C:\Users\KingKong> stop-service msmpsvcStop-Service : Service 'Microsoft…

Resolve Windows 2003 Logon Screen Blackout Problems

The problem:Administrators are unable to logon to a Windows 2003 Server. This is what they…

How to set VNC shortcut to run as another user

In order to make the VNC program run as another user you can do either…