Time.Multiply Operator (Time, Int64)

SFML.Net

TimeMultiply Operator (Time, Int64)
Overload of binary * operator to scale a time value

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static Time operator *(
	Time left,
	long right
)
Public Shared Operator * ( 
	left As Time,
	right As Long
) As Time
public:
static Time operator *(
	Time left, 
	long long right
)
static let inline (*)
        left : Time * 
        right : int64  : Time

Parameters

left
Type: SFML.SystemTime

[Missing <param name="left"/> documentation for "M:SFML.System.Time.op_Multiply(SFML.System.Time,System.Int64)"]

right
Type: SystemInt64

[Missing <param name="right"/> documentation for "M:SFML.System.Time.op_Multiply(SFML.System.Time,System.Int64)"]

Return Value

Type: Time
left multiplied by the right
See Also