Conversion.ToBitx C# (CSharp) Method

ToBitx() public static method

public static ToBitx ( double value ) : short
value double
return short
    public static short ToBitx(double value)
    {
        return (short)(((value - 295.264) * 6000) / 295.264);
    }