Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in casting

Is using "as" in C# a safe way of casting?

c# casting

Casting an array of Objects into an array of my intended class

Casting an out-of-range number to an enum in C# does not produce an exception

c# exception enums casting

SQL AVG returning an int

Enum and performance

Generics and casting - cannot cast inherited class to base class

c# generics casting

PHP Cast to my class

php casting

Cast Task<T> to Task<object> in C# without having T

c# asynchronous casting

Convert INT to FLOAT in SQL

sql casting

“Convert” Option[x] to x in Scala

Laravel: how to set date format on model attribute casting?

laravel date laravel-5 casting

In C++, what are the differences between static_cast<double>(a) and double(a)?

c++ casting

Avoid unchecked assignment in a map with multiple value types?

java generics casting

C# type conversion inconsistent?

c# types casting

What exactly is or was the purpose of C++ function-style casts?

c++ casting language-design

Cannot convert type 'System.Enum' to int

c# .net enums casting

Cast object to decimal? (nullable decimal)

c# .net casting nullable

Convert CGFloat to NSNumber in Swift

Is there any runtime cost for Casting in Java?

java performance casting

How does implicit conversion work in Java?