Byte.ISubtractionOperators<Byte,Byte,Byte>.Subtraction 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.
Subtracts two values to compute their difference.
static System::Byte System.Numerics.ISubtractionOperators<System.Byte,System.Byte,System.Byte>.operator -(System::Byte left, System::Byte right) = System::Numerics::ISubtractionOperators<System::Byte, System::Byte, System::Byte>::op_Subtraction;
static byte ISubtractionOperators<byte,byte,byte>.operator - (byte left, byte right);
static member ( - ) : byte * byte -> byte
Shared Operator - (left As Byte, right As Byte) As Byte Implements ISubtractionOperators(Of Byte, Byte, Byte).op_Subtraction
Parameters
- left
- Byte
The value from which right
is subtracted.
- right
- Byte
The value that's subtracted from left
.
Returns
The value of right
subtracted from left
.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.