Single.IBitwiseOperators<Single,Single,Single>.OnesComplement 연산자

정의

지정된 값의 보수 표현을 계산합니다.

 static float System.Numerics.IBitwiseOperators<System.Single,System.Single,System.Single>.operator ~(float value) = System::Numerics::IBitwiseOperators<float, float, float>::op_OnesComplement;
static float IBitwiseOperators<float,float,float>.operator ~ (float value);
static member System.Numerics.IBitwiseOperators<System.Single,System.Single,System.Single>.op_OnesComplement : single -> single
 Shared Operator Not (value As Single) As Single Implements IBitwiseOperators(Of Single, Single, Single).op_OnesComplement

매개 변수

value
Single

1-보수를 계산할 값입니다.

반환

의 보수입니다 value.

구현

적용 대상