UInt16.IUnaryPlusOperators<UInt16,UInt16>.UnaryPlus(UInt16) Operator
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::UInt16 System.Numerics.IUnaryPlusOperators<System.UInt16,System.UInt16>.operator +(System::UInt16 value) = System::Numerics::IUnaryPlusOperators<System::UInt16, System::UInt16>::op_UnaryPlus;
static ushort IUnaryPlusOperators<ushort,ushort>.operator + (ushort value);
static member ( ~+ ) : uint16 -> uint16
Shared Operator + (value As UShort) As UShort Implements IUnaryPlusOperators(Of UShort, UShort).op_UnaryPlus
Parameters
- value
- UInt16
The value for which to compute the unary plus.
Returns
The unary plus of value
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.