Binary.PureBinary.List
Back to table
/*
Binary-Number
Binary.PureBinary.List
[binary() result]=Binary.PureBinary.List(int bitLength, int numberFrom, int numberTo);
Get the pure binary expression from numberFrom to numberTo with the bitLength.
*/
//-------------------------------------------------------------------
// examples
[v]=Binary.PureBinary.List(4,2,10);
[v]=Binary.PureBinary.ToBinary(4,5);
[v]=Binary.PureBinary.FromBinary(4'b0101);
[v]=Binary.PureBinary.MaxValue(4);
[v]=Binary.PureBinary.MinValue(4);
//-------------------------------------------------------------------
// result
IsBiUnateFunction IsBlankFunction IsEqual IsInverse IsLinearFunction ToAndOr Binary BinaryNumberToString GrayCode binary binaryioset() AddXorTerm DigitalSystem Imply minterm() Nand Nor One To2LayerOrAnd TransitionSeries InputVariables Forwardly ToDigitalSystem HuffmanMealy ShannonTree Canonical Shannon GetDontCareLogicFunction ShannonExpansion Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.