func negate()
Replaces this value with its additive inverse.
この値をそれの反数と置き換えます。
static func * (RunLoop.SchedulerTimeType.Stride, RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType.Stride
Returns the result of multiplying the values of the two arguments.
2つの引数の値を掛ける結果を返します。
static func *= (inout RunLoop.SchedulerTimeType.Stride, RunLoop.SchedulerTimeType.Stride)
Multiplies the values of the two arguments, and assigns the result to the first argument.
2つの引数の値を掛けます、そして結果を最初の引数へと割り当てます。
static func + (RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType.Stride
Returns the given number unchanged.
与えられた数を変更せずに返します。
static func + (RunLoop.SchedulerTimeType.Stride, RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType.Stride
Returns the result of adding the values of the two arguments.
2つの引数の値を加算する結果を返します。
static func += (inout RunLoop.SchedulerTimeType.Stride, RunLoop.SchedulerTimeType.Stride)
Adds the values of the two arguments, and assigns the result to the first argument.
2つの引数の値を加算します、そして結果を最初の引数へと割り当てます。
static func - (RunLoop.SchedulerTimeType.Stride, RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType.Stride
Returns the result of subtracting the value of the second argument from the value of the first.
2番目の引数の値を最初の値から減じる結果を返します。
static func -= (inout RunLoop.SchedulerTimeType.Stride, RunLoop.SchedulerTimeType.Stride)
Subtracts the value of the second argument from the value of the first, and assigns the result to the first argument.
2番目の引数の値を最初の引数の値から減じます、そして結果を最初の引数へと割り当てます。