Search:

Type: Posts; User: Pavle

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,122

    Can it be made like this for E12: int i = 0;...

    Can it be made like this for E12:


    int i = 0;
    for (i = 0; i < E12.Length; i++)
    {
    p = E12[i] * mul;
    if (p <= val)
    {
    r = Math.Abs(p - val);
  2. Replies
    3
    Views
    4,122

    Resistor Standard value

    I made application on C# that converts resistor value to colors.I want to show closest standard value and to show color of closest standard value when checkbox is checked?

    How to do this:
    First I...
Results 1 to 2 of 2