SFML.Net
Time Operators |
The Time type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() |
Addition |
Overload of binary + operator to add two time values
|
![]() ![]() |
Division(Time, Time) |
Overload of binary / operator to scale a time value
|
![]() ![]() |
Division(Time, Int64) |
Overload of binary / operator to scale a time value
|
![]() ![]() |
Division(Time, Single) |
Overload of binary / operator to scale a time value
|
![]() ![]() |
Equality |
Compare two times and checks if they are equal
|
![]() ![]() |
GreaterThan |
Overload of > operator to compare two time values
|
![]() ![]() |
GreaterThanOrEqual |
Overload of >= operator to compare two time values
|
![]() ![]() |
Inequality |
Compare two times and checks if they are not equal
|
![]() ![]() |
LessThan |
Overload of < operator to compare two time values
|
![]() ![]() |
LessThanOrEqual |
Overload of <= operator to compare two time values
|
![]() ![]() |
Modulus |
Overload of binary % operator to compute remainder of a time value
|
![]() ![]() |
Multiply(Int64, Time) |
Overload of binary * operator to scale a time value
|
![]() ![]() |
Multiply(Single, Time) |
Overload of binary * operator to scale a time value
|
![]() ![]() |
Multiply(Time, Int64) |
Overload of binary * operator to scale a time value
|
![]() ![]() |
Multiply(Time, Single) |
Overload of binary * operator to scale a time value
|
![]() ![]() |
Subtraction |
Overload of binary - operator to subtract two time values
|
