Edit

Share via


TransducerDataSet.AsAngle Method

Definition

Returns the value of the current instance as angle.

public UnitsNet.Angle? AsAngle ();
member this.AsAngle : unit -> Nullable<UnitsNet.Angle>
Public Function AsAngle () As Nullable(Of Angle)

Returns

Nullable<UnitsNet.Angle>

An angle, null if this instance is not an angle

Applies to