UnitConverters.USSurveyFeetToMeters(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exactly 1200/3937 meters by definition. In decimal terms approximately 0.304 800 609 601 219 meters. Variation from the common international foot of exactly 0.3048 meters may only be considerable over large survey distances.
public:
static double USSurveyFeetToMeters(double usFeet);
public static double USSurveyFeetToMeters (double usFeet);
static member USSurveyFeetToMeters : double -> double
Public Shared Function USSurveyFeetToMeters (usFeet As Double) As Double
Parameters
- usFeet
- Double
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.