Byte.IUnaryPlusOperators<Byte,Byte>.UnaryPlus(Byte) Operator (System) (original) (raw)

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Computes the unary plus of a value.

 static System::Byte System.Numerics.IUnaryPlusOperators<System.Byte,System.Byte>.operator +(System::Byte value) = System::Numerics::IUnaryPlusOperators<System::Byte, System::Byte>::op_UnaryPlus;
static byte IUnaryPlusOperators<byte,byte>.operator +(byte value);
static member ( ~+ ) : byte -> byte
 Shared Operator + (value As Byte) As Byte Implements IUnaryPlusOperators(Of Byte, Byte).op_UnaryPlus

Parameters

value

Byte

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to


Feedback

Was this page helpful?

No

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?