C
C
Chasing2014-08-26 10:20:18
C++ / C#
Chasing, 2014-08-26 10:20:18

Why is the screen divided into 2 parts when watching a video in powerdvd?

Hello everyone
. I turned on the movie in mkv format in powerdvd and the screen was divided into 2 parts and I don’t know how to change it.
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2016-07-13
@BadCats

default(T) evaluates to the default value for type T.

Given a variable t of a parameterized type T, the statement t = null is only valid if T is a reference type and t = 0 will only work for numeric value types but not for structs.The solution is to use the default keyword, which will return null for reference types and zero for numeric value types.

#
#algooptimize #bottize, 2016-07-13
@user004

Entered in Google
c# default
The first link leads to the official documentation.
Coincidence? More likely...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question