Binary.GrayCode.ToBinary
Back to table
/*
Binary-Number
Binary.GrayCode.ToBinary
[binary result]=Binary.GrayCode.ToBinary(int bitLength, int number);
Get the GrayCode binary expression of a number.
*/
//-------------------------------------------------------------------
// examples
[v]=Binary.GrayCode.List(4,2,3);
[v]=Binary.GrayCode.ToBinary(4,5);
[v]=Binary.GrayCode.FromBinary(4'b0101);
//-------------------------------------------------------------------
// result
IsInverse IsMonotonicFunction IsParityFunction IsSymmetricFunction AndOr AndXor AbsoluteExpression GrayCode ToNotFunction ToTruthTable ToXORP DigitalSystem Imply NumberSystem object SOP ShortestInputsForTransition Backwardly ToFeedbackSystem Implementation ShannonTree MultiCover string TruthTable CreateFromLogicFunctions GetNegativeLogicFunction GetSubTable ComputeFunctionOrder Normalization Zero