UInt16.IIncrementOperators<UInt16>.CheckedIncrement(UInt16) 运算符

定义

递增值。

 static System::UInt16 System.Numerics.IIncrementOperators<System.UInt16>.op_CheckedIncrement(System::UInt16 value) = System::Numerics::IIncrementOperators<System::UInt16>::op_CheckedIncrement;
static ushort IIncrementOperators<ushort>.op_CheckedIncrement (ushort value);
static member System.Numerics.IIncrementOperators<System.UInt16>.op_CheckedIncrement : uint16 -> uint16
 Shared op_CheckedIncrement (value As UShort) As UShort Implements IIncrementOperators(Of UShort).op_CheckedIncrement

参数

value
UInt16

要递增的值。

返回

value增 的结果。

实现

适用于