Tagged Questions
The units-of-measurement tag has no wiki summary.
302
votes
4answers
81k views
Difference of px, dp, dip and sp in android
Can anyone tell what is the difference between px, dip, dp and sp in android?
58
votes
11answers
11k views
Why em instead of px?
I heard you should define sizes and distances in your stylesheet with em instead of in pixels. So the question is why should I use em instead of px when defining styles in css? Is there a good example ...
21
votes
3answers
11k views
Does setWidth(int pixels) use dip or px?
Does setWidth(int pixels) use device independent pixel or physical pixel as unit?
For example, does setWidth(100) set the a view's width to 100 dips or 100 pxs?
Thanks.
19
votes
11answers
5k views
Units of measure in C# - almost
Inspired by Units of Measure in F#, and despite asserting (here) that you couldn't do it in C#, I had an idea the other day which I've been playing around with.
namespace UnitsOfMeasure
{
public ...
17
votes
3answers
565 views
Cooking Units in Java
Are there any open source libraries for representing cooking units such as Teaspoon and tablespoon in Java?
I have only found JSR-275 (http://jscience.org/jsr-275/) which is great but doesn't know ...
15
votes
3answers
2k views
Unit Conversion in Python
I'm working on a project that lets users track different data types over time. Part of the base idea is that a user should be able to enter data using any units that they need to. I've been looking at ...
15
votes
27answers
2k views
Do you use “kibibyte” as a unit of measurement in your programs?
For decades, in the field of computing (except disk manufacturers), a KB (kilobyte) was understood to mean 1024 bytes. In the past few years, there has been a movement to use KiB ("kibibyte") to mean ...
13
votes
2answers
216 views
Converting units in R
I would like to convert from imperial units to metric and vice versa in R. How do I go about doing that?
If there is no current way of doing that, how can I create a package that would?
13
votes
4answers
769 views
What are the advantages of using ems instead of % in CSS?
I understand the advantages of using ems in favor of static measurements like pixels and points, but why do most of the CSS people out there (SO excepted) prefer using ems instead of % values?
...
12
votes
9answers
2k views
How to convert bytes to megabytes
I've seen three ways of doing conversion from bytes to megabytes:
megabytes=bytes/1000000
megabytes=bytes/1024/1024
megabytes=bytes/1024/1000
Ok, I think #3 is totally wrong but I have seen it. I ...
11
votes
3answers
365 views
Is there a standard pythonic way to treat physical units / quantities in python?
Is there a standard pythonic way to treat physical units / quantities in python? I saw different module-specific solutions from different fields like physics or neuroscience. But I would rather like ...
10
votes
2answers
275 views
Cooking Measurements in C# / F#
Do any of you know a library for the representation and calculation of cooking units (Cup, Tablespoon, Gallon...) in C# or F# (especially in regard to culture, metric/imperial)?
10
votes
2answers
2k views
How do F# units of measure work?
Has anyone had a chance to dig into how F# Units of Measure work? Is it just type-based chicanery, or are there CLR types hiding underneath that could (potentially) be used from other .net languages? ...
8
votes
4answers
159 views
What are the strategies to support/integrate units of measurements in languages?
I wonder from purely language-design point of view which "features" (semantically and syntactically) an "implementation" of SI units would require.
Which "functionality" is generally expected if ...
7
votes
3answers
113 views
How to convert a measurement displayed in an architectural format to a floating point?
I have a database that was created and is used by an architecture firm. All measurements are stored in a format like this: 15-3/4" and 12' 6-3/4".
Is there a way to convert these types of ...
7
votes
1answer
103 views
How can I define an extension member on an F# unit of measure?
Leaving aside whether we should use units of measure for unitless concepts like angles, suppose I have define degree and radian units in F#
type [<Measure>] degree =
static member ToRadians ...
7
votes
1answer
114 views
How are units of measure represented?
I'm just starting with F# and am wondering about units of measure:
I understand they are only present at compile time and Reflector confirms this: creating a unit of measure that is not an alias ...
7
votes
6answers
249 views
Using real world units instead of types
I have a project with many calculations involving a lot of real world units :
Distance;
Temperature;
Flow rate;
...
This project involves complicated and numerous calculation formulas.
That's why ...
7
votes
2answers
254 views
Unit-safe square roots
I just wondered how it is possible to write a user-defined square root function (sqrt) in a way that it interacts properly with F#'s unit system.
What it should be like:
let sqrt (x : float<'u ^ ...
6
votes
1answer
163 views
Type inference/type checking failure while using type-level computations
I have hit a problem while working with the Units of Measurements functionality in metascala, defined in the file Units.scala.
For the remainder of this question, I will use a simplified scheme, with ...
6
votes
1answer
120 views
Why can't I pass arguments with units to F# types?
Suppose I have defined a unit of measure:
[<Measure>] type Blob
And I want a type that takes a value in Blobs per second as a constructor argument:
type ...
5
votes
3answers
190 views
Is it possible to implement F#'s infrastructure for Units of Measurement in Scala?
F# ships with special support for a unit of measurement system, which provides static type safety while compiling down to the numeric types instead of burdening the runtime with wrapping/unwrapping ...
5
votes
2answers
290 views
boost-units - using a dimensionless type of arbitrary system
I am trying to make a dimensioned vector class with boost-units like so,
//vector will be constructed vec<si::length> v(10, 1.0*si::metre);
template<typename dimension>
class vec
{
...
4
votes
4answers
170 views
Physical constants in R
Just curious - is there a package or dataset somewhere containing values for physical constants? I only ask because I've now typed in 273.15 (Celsius to Kelvin conversion) wrong several times. =)
4
votes
5answers
115 views
Best unit for font-sizes in CSS
What are the advantages & disadvantages of each? em, px, % and pt ?
My current choice are percentages, the only reason is because I can globally change the font-size of all elements, just by ...
4
votes
2answers
309 views
How to convert DLU into pixels?
Microsoft uses dialog length units (DLU) in their guidelines for UI. How can I convert them into pixels?
As I know, DLU depending on system font size. Can you advise some simple method of such ...
4
votes
1answer
92 views
In Delphi, Problem using Type definitions across units
Using Delphi 2010...
I have a set of binary properties I want to group together. I have defined it as such...
type
TTableAttributeType = (
tabROOT = 1,
tabONLINE = 2,
...
4
votes
3answers
258 views
c# unit conversion library for food amounts
I want to implement a simple unit conversion library for food measurements, ie cups teaspoons. pinch, milliliters, ounces, liters, grams, pounds etc etc etc.
Are there any libraries out there that I ...
4
votes
3answers
616 views
JSR 275 - Units, Percent per second
I need to represent the unit of Percent per second using the JScience.org's JSR 275 units and measures implementation. I am trying to do to the following:
Unit<Dimensionless> ...
4
votes
1answer
279 views
SQL Server units question
This may be a really dumb question, but...
What units does Geography.STLength return? The official MSDN page doesn't say anything about the units returned, and this blog entry here says STLength() ...
4
votes
4answers
185 views
Representation of dimension units in a standardized way
Suppose you want to write into a database that something is 30 meters long, or 50 feet, or the temperature was 50 kelvin, the speed was 50 kilometers per hour.
How would you represent the units ?
...
4
votes
5answers
444 views
What units of measure would you store engineering data in?
In our app, we currently live with the legacy of a decision to store all engineering data in our database in SI.
I worry that we may run the risk of not having sufficient precision and accuracy in ...
3
votes
4answers
59 views
When specifying a 0 value in CSS, should I explicitly mark the units or omit?
This is more of a 'philosophy' argument, but I'd like to know what the recommended practice here. I'm not setting it up as a Wiki yet in case there is an 'official' answer.
Obviously, there is no ...
3
votes
1answer
117 views
Why is the implicit conversion not considered in this case with generic parameters?
Consider the following code, derived from the metascala project:
object Units {
case class Quantity[M <: MInt, T: Numeric](value: T) {
type This = Quantity[M, T]
def *[M2 <: MInt](m: ...
3
votes
2answers
178 views
Is it possible to pickle python “units” units?
I'm using the Python "units" package (http://pypi.python.org/pypi/units/) and I've run into some trouble when trying to pickle them. I've tried to boil it down to the simplest possible to case to try ...
3
votes
3answers
86 views
What unit should I use for HTML?
I like to use em, and tend to stay away from % because it tends to screw up the design easily, and pt, px, cm... Because they aren't that friendly to all devices. Am I right in doing so?
3
votes
1answer
315 views
Which jsr-275 units implementation should be used?
JSR 275 seems to be in a rejected state. JScience seems to have an implementation and there seems to be unitsofmeasure.
Are there any other open source implementations?
Which package is jsr-275 ...
3
votes
5answers
1k views
What measurement units does Silverlight and WPF use?
Does anyone know what measurement units are used by Silverlight/WFP? For example, if I create a new button and set its height to 150, is that 150 pixels? points? millimeters?
I design all of my ...
3
votes
1answer
163 views
C++ boost ublas + units dimension constraints
I am seeking advice on design/general idea on how to force matrix dimension constraints on ublas matrix/vector possibly using boost units.
For example, let matrix A have dimensions of time x force ...
3
votes
2answers
1k views
SQL Server 2008 Geography .STBuffer() distance measurement units
I'm working with a geographic point using lat/long and need to find other points in our database within a 5 mile radius of that point. However, I can't seem to find out what the "units" are for ...
3
votes
5answers
886 views
Has C#/.NET builtin conversion routines for length units?
Has C#/the .NET library builtin routines or constants for converting e. g. millimetres to inches? If so, where can I find them? (I just do not want to produce duplicate code again and again.)
3
votes
2answers
689 views
how to use units along function parameter values in Mathematica
I would like to pass the parameter values in meters or kilometers (both possible) and get the result in meters/second.
I've tried to do this in the following example:
u = 3.986*10^14 ...
3
votes
4answers
239 views
Where to do Conversions - Time zones, unit of measure etc
Where in code should conversions be done? client, server, business, or db?
We currently do conversions of timezones and unit of measure in our database and the performance is killing us and would ...
2
votes
1answer
65 views
font-size 1px to use with rem units
This may seem nuts, but bare with me to the end, please. I'm going after a layout that would scale nicely along with zoom (user pressing ctr/cmd + [plus]). For that I need dimensions to scale along ...
2
votes
1answer
35 views
Binding the Height of a Control to a unit specific measurement
I am aware that in WPF you can specify the Height of a Control in different units.
For example:
<Setter Property="Height" Value="0.35cm"></Setter>
I want to bind the Height of a ...
2
votes
3answers
147 views
How do I create a generic converter for units of measurement in C#?
I have been trying to learn a bit more about delegates and lambdas while working on a small cooking project that involves temperature conversion as well as some cooking measurement conversions such as ...
2
votes
3answers
125 views
Question on Silverlight's Unit of Measurements
I want to build a small Silverlight application that will save a Canvas (and it's child objects) as a high-resolution JPG or PNG.
I'm not understanding how to work with the units in silverlight since ...
2
votes
1answer
159 views
drawRect unit issues android
I am trying to keep track of the bounding Rect for a child TextView inside of a class extending LinearLayout I am using View.getGlobalVisibleRect(Rect) in order to get the TextView's bounding box ...
2
votes
1answer
149 views
Units of Measure, Interfaces and Mixins
Consider the following F# code:
type ILinear =
interface
end
type IMetric =
interface
end
[<Measure>] type cm =
interface ILinear
interface IMetric
[<Measure>] type ...
2
votes
3answers
71 views
How is an em calculated?
I have noticed that you can use 1em and it will look different on different sites.
What is an em in proportion to?
The font used?
The biggest font size?
The page width/height?