Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
和有什么区别
Geoposition.Coordinate.Speed.Value
和
Geoposition.Coordinate.Speed
?
两者似乎都给了我当前的速度,但我想知道应该使用哪一个。谢谢。
Geoposition.Coordinate.Speed是具有HasValue 和Valueproperties 的类型而Geoposition.Coordinate.Speed.Value只有一个 double 值类型,因此您需要相应地存储它并使用所需的属性检索值。
HasValu
Value