使用英语阅读

通过


Byte.IIncrementOperators<Byte>.CheckedIncrement(Byte) 操作员

定义

递增值。

 static System::Byte System.Numerics.IIncrementOperators<System.Byte>.op_CheckedIncrement(System::Byte value) = System::Numerics::IIncrementOperators<System::Byte>::op_CheckedIncrement;
static byte IIncrementOperators<byte>.op_CheckedIncrement(byte value);
static member System.Numerics.IIncrementOperators<System.Byte>.op_CheckedIncrement : byte -> byte
 Shared op_CheckedIncrement (value As Byte) As Byte Implements IIncrementOperators(Of Byte).op_CheckedIncrement

参数

value
Byte

要递增的值。

返回

value增 的结果。

实现

适用于

产品 版本
net-9.0 net-9.0