Binary.OneComplement.ToBinary
Back to table
/*
Binary-Number
Binary.OneComplement.ToBinary
[binary result]=Binary.OneComplement.ToBinary(int bitLength, int number);
Get the OneComplement binary expression of a number.
*/
//-------------------------------------------------------------------
// examples
[v]=Binary.OneComplement.List(4,-2,3);
[v]=Binary.OneComplement.ToBinary(4,5);
[v]=Binary.OneComplement.FromBinary(4'b0101);
[v]=Binary.OneComplement.MaxValue(4);
[v]=Binary.OneComplement.MinValue(4);
//-------------------------------------------------------------------
// result
IsBiUnateFunctionTo IsCovering IsLinearFunction IsPositiveFunction IsSelfAntiDualFunction IsSelfDualFunction IsZeroFunction And OneComplement binary binaryioset() ToTruthTable LogicScript logicvardef Minus NumberSystem MantissaToPositiveDecimal Or PermutationMatrix To2LayerNor To2LayerOrAnd SOP Implementation Compatibility ShannonTree FastVerificationData GetSubTable ComputeFunctionOrder EnlargeLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.