C-Sharp Sign Example – Code Sample Syntax
C-Sharp Sign Example – Code Sample Syntax Purpose: – Illustrates using C-Sharp Sign Code Example. View Other C-Sharp Math Function Source Code Examples Purpose: Returns an integer indicating the sign of the input parameter. The result is -1 if the input parameter is less than one; 0 if the input is zero; and 1 if the input is > 0 Syntax: 1. Sign(decimal) 2. Sign(double) 3. Sign(int16) ... [Read More...]