ArcMinute
public struct ArcMinute : NumericType, CustomStringConvertible
The ArcMinute is a unit of angle.
-
The ArcMinute value
Declaration
Swift
public let value: Double -
Creates a new ArcMinute instance.
Declaration
Swift
public init(_ value: Double)Parameters
valueThe value of ArcMinute.
-
Transform the current ArcMinute in Degree
Declaration
Swift
public var inDegrees: Degree { get } -
Transform the current ArcMinute in ArcSeconds
Declaration
Swift
public var inArcSeconds: ArcSecond { get } -
Transform the current ArcMinute in Hours
Declaration
Swift
public var inHours: Hour { get } -
Declaration
Swift
public var description: String { get }
View on GitHub
Install in Dash
ArcMinute Structure Reference