LengthFromInches Method
Creates a new
Length value from the specified
value in inches.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.164 -- Release Build+6bbd7ea5ff4ad8917f12d693358b77d083ee278e
public static Length FromInches(
double value
)
Public Shared Function FromInches (
value As Double
) As Length
public:
static Length FromInches(
double value
)
Gemstone.Units.Length.FromInches = function(value);
- value Double
- New Length value in inches.
LengthNew
Length object from the specified
value in inches.