Skip to content

Please add a static abstract factory method(s) to create a Unit Quantity #1642

@Jakar510

Description

@Jakar510

Please add a static abstract factory method(s) to create a Unit Quantity such as described below:

    public interface IQuantity<TSelf, TUnitType, out TValueType> ...  
    {
        public abstract static TSelf From(QuantityValue value, TUnitType fromUnit);
        ...
    }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions