---
title: "*(_:_:)"
framework: foundation
role: symbol
role_heading: Operator
path: "foundation/runloop/schedulertimetype/stride/*(_:_:)"
---

# *(_:_:)

Returns the result of multiplying the values of the two arguments.

## Declaration

```swift
static func * (lhs: RunLoop.SchedulerTimeType.Stride, rhs: RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType.Stride
```
