LengthFromYards Method
Creates a new
Length value from the specified
value in yards.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public static Length FromYards(
double value
)
Public Shared Function FromYards (
value As Double
) As Length
public:
static Length FromYards(
double value
)
Gemstone.Units.Length.FromYards = function(value);
- value Double
- New Length value in yards.
LengthNew
Length object from the specified
value in yards.