Int16.Sign(Int16) 方法

定义

计算值的符号。

public:
 static int Sign(short value) = System::Numerics::INumber<short>::Sign;
public static int Sign (short value);
static member Sign : int16 -> int
Public Shared Function Sign (value As Short) As Integer

参数

value
Int16

要计算其符号的值。

返回

如果 为正值,则 value 为正值; Zero 如果 value 为零,则 value 为负值。

实现

注解

建议函数分别返回 10-1

适用于