Skip to content

155ddf7d 4fc8 7ece 10d5 9514f65e8e95

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

SpacetimeExtensions Class

Extends the structs which implement IComparable and IFormattable with easy to use methods.

Inheritance Hierarchy

System.Object
  Sundew.Quantities.Spacetime.SpacetimeExtensions
Namespace: Sundew.Quantities.Spacetime
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public static class SpacetimeExtensions

C#

public static class SpacetimeExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class SpacetimeExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class SpacetimeExtensions

C++

[ExtensionAttribute]
public ref class SpacetimeExtensions abstract sealed

C++

[ExtensionAttribute]
public ref class SpacetimeExtensions abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SpacetimeExtensions =  class end

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SpacetimeExtensions =  class end

The SpacetimeExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member MetersPerSecond(TValue) Gets the value as meters per seconds.
Public methodStatic member MetersPerSecondSquared(TValue) Gets the value as meters per seconds squared.
Public methodStatic member ToAcceleration(TValue) Gets the value as the specified unit.
Public methodStatic member ToVelocity(TValue) Gets the value as the specified unit.
  Back to Top

See Also

Reference

Sundew.Quantities.Spacetime Namespace

Clone this wiki locally