Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションでシークバーを使用したいのですが、シークバーにdouble値を設定する必要があります。ただし、整数がデフォルト値です。解析することはできますが、データが失われるため、デフォルト値を整数から倍精度に変更するにはどうすればよいですか?
独自のSeekBarをコーディングしないと、コーディングできません。値の範囲が0.0から1.0の場合は、SeekBarの最大値を10に設定し、値に10を掛け、0.00から1.00に100を掛けます。