예제 #1
0
파일: context.go 프로젝트: zn8nz/units
// Convert converts a given quantity to the Context's default.
func (ctx Context) Convert(q us.Quantity) us.Quantity {
	return q.Convert(ctx.Unit)
}