This HTML5 document contains 132 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
n4http://dbpedia.org/resource/PL/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n20http://dbpedia.org/resource/%3F:
n17https://global.dbpedia.org/id/
dbpedia-trhttp://tr.dbpedia.org/resource/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
dbpedia-hrhttp://hr.dbpedia.org/resource/
freebasehttp://rdf.freebase.com/ns/
dbpedia-cshttp://cs.dbpedia.org/resource/
n16http://dbpedia.org/resource///
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:PowerShell
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Question_mark
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Null_object_pattern
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:%3F%3F
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
n16:
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
n16:=
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Comparison_of_programming_languages_(null_coalescing_operators)
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Elvis_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Null_coalescing_operator
rdf:type
yago:PsychologicalFeature100023100 yago:Content105809192 yago:Cognition100023271 yago:Concept105835747 yago:Abstraction100002137 yago:Idea105833840 yago:WikicatConditionalConstructs dbo:Company
rdfs:label
Null coalescing operator Null合体演算子 Operátor koalescence 空值结合运算符
rdfs:comment
The null coalescing operator (called the Logical Defined-Or operator in Perl) is a binary operator that is part of the syntax for a basic conditional expression in several programming languages, including C#, PowerShell as of version 7.0.0, Perl as of version 5.10, Swift, and PHP 7.0.0. While its behavior differs between implementations, the null coalescing operator generally returns the result of its left-most operand if it exists and is not null, and otherwise returns the right-most operand. This behavior allows a default value to be defined for cases where a more specific value is not available. null合体演算子 (null coalescing operator) はC#やバージョン5.10以降のPerl、Swiftなど、いくつかのプログラミング言語に存在する、ある種の条件演算子で、PerlではDefined-or 演算子と呼ばれる。エルビス演算子も参照。C言語の3項演算子 ? : で表現すると ( (a != null) ? a : b ) というような意味のコードをより単純に書ける、一種の糖衣構文と見ることもできる。 Operátor koalescence je v mnoha programovacích jazycích operátor, který vrací první z dodaných odkazů, který označuje platný objekt. Někdy bývá označován také jako operátor nulového sjednocení. 空值结合运算符(在Perl中称逻辑定义或运算符)是一种二元运算符,是多种编程语言的基本条件表达式语法的一部分,包括C#、PowerShell 7.0.0、Perl 5.10,Swift,PHP 7.0.0。虽然其行为因实现而异,但空值合并运算符首先考虑返回其左操作数的值(如果左操作数存在且不为空) ,其次考虑返回右操作数的值。此行为可为特定值不可用的情况定义缺省值。 与三元条件表达式 x?x:y中表达式x可能求值2次相比,空值结合运算符更类似二元埃尔维斯运算符x?:y,操作数求值至多一次,这在x的求值有副作用情况下特别有意义。
dcterms:subject
dbc:Operators_(programming) dbc:Conditional_constructs dbc:Binary_operations
dbo:wikiPageID
12168753
dbo:wikiPageRevisionID
1115917106
dbo:wikiPageWikiLink
dbr:Microsoft_SQL_Server dbr:Operator_(programming) n4:SQL dbr:Tagged_union dbr:ColdFusion dbr:Option_type dbr:PowerShell dbr:NVL dbr:Binary_operator dbr:CFML dbr:C_Sharp_(programming_language) dbr:Elvis_operator dbr:Ternary_operators dbr:PostgreSQL dbc:Operators_(programming) dbr:Groovy_(programming_language) dbr:JavaScript_syntax dbc:Conditional_constructs dbr:JavaScript dbr:Conditional_(programming) dbr:Apache_FreeMarker dbr:TypeScript dbr:Swift_(programming_language) dbr:Transact-SQL dbr:Bourne_shell dbr:F_Sharp_(programming_language) dbr:Programming_language dbr:Haskell_(programming_language) dbr:Perl dbr:Kotlin_(programming_language) dbr:Side_effect_(computer_science) dbr:PHP dbr:SQLite n20: dbr:Oracle_Database dbr:Conditional_operator dbc:Binary_operations dbr:Null-conditional_operator dbr:Visual_Basic_.NET dbr:ECMAScript dbr:Railo dbr:Rust_(programming_language) dbr:MySQL dbr:Babel_(compiler) dbr:Objective-C_(programming_language) dbr:Nullable_type
owl:sameAs
dbpedia-ja:Null合体演算子 dbpedia-hr:Operator_nultog_spajanja wikidata:Q3506270 n17:3E9z4 dbpedia-zh:空值结合运算符 freebase:m.02vs57j dbpedia-tr:%3F%3F_operatörü yago-res:Null_coalescing_operator dbpedia-cs:Operátor_koalescence
dbp:wikiPageUsesTemplate
dbt:Short_description dbt:Code
dbo:abstract
Operátor koalescence je v mnoha programovacích jazycích operátor, který vrací první z dodaných odkazů, který označuje platný objekt. Někdy bývá označován také jako operátor nulového sjednocení. The null coalescing operator (called the Logical Defined-Or operator in Perl) is a binary operator that is part of the syntax for a basic conditional expression in several programming languages, including C#, PowerShell as of version 7.0.0, Perl as of version 5.10, Swift, and PHP 7.0.0. While its behavior differs between implementations, the null coalescing operator generally returns the result of its left-most operand if it exists and is not null, and otherwise returns the right-most operand. This behavior allows a default value to be defined for cases where a more specific value is not available. In contrast to the ternary conditional if operator used as x ? x : y, but like the binary Elvis operator used as x ?: y, the null coalescing operator is a binary operator and thus evaluates its operands at most once, which is significant if the evaluation of x has side-effects. 空值结合运算符(在Perl中称逻辑定义或运算符)是一种二元运算符,是多种编程语言的基本条件表达式语法的一部分,包括C#、PowerShell 7.0.0、Perl 5.10,Swift,PHP 7.0.0。虽然其行为因实现而异,但空值合并运算符首先考虑返回其左操作数的值(如果左操作数存在且不为空) ,其次考虑返回右操作数的值。此行为可为特定值不可用的情况定义缺省值。 与三元条件表达式 x?x:y中表达式x可能求值2次相比,空值结合运算符更类似二元埃尔维斯运算符x?:y,操作数求值至多一次,这在x的求值有副作用情况下特别有意义。 null合体演算子 (null coalescing operator) はC#やバージョン5.10以降のPerl、Swiftなど、いくつかのプログラミング言語に存在する、ある種の条件演算子で、PerlではDefined-or 演算子と呼ばれる。エルビス演算子も参照。C言語の3項演算子 ? : で表現すると ( (a != null) ? a : b ) というような意味のコードをより単純に書ける、一種の糖衣構文と見ることもできる。
gold:hypernym
dbr:Operator
prov:wasDerivedFrom
wikipedia-en:Null_coalescing_operator?oldid=1115917106&ns=0
dbo:wikiPageLength
19897
foaf:isPrimaryTopicOf
wikipedia-en:Null_coalescing_operator
Subject Item
dbr:Or
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageDisambiguates
dbr:Null_coalescing_operator
Subject Item
dbr:Coalesce
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:C_Sharp_syntax
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Lazy_loading
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:ECMAScript
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:PHP
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:JavaScript_syntax
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Nullable_type
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:C_Sharp_2.0
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Kotlin_(programming_language)
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Operator_(computer_programming)
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Safe_navigation_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:PHP_syntax_and_semantics
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Ternary_conditional_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
Subject Item
dbr:Defined-or_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Null-coalescing_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Nullish_coalescing_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:%3F%3F_Operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:%3F%3F_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Coalescing_Operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Logical_Defined-Or
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Logical_Defined-Or_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Logical_defined-or
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
dbr:Logical_defined-or_operator
dbo:wikiPageWikiLink
dbr:Null_coalescing_operator
dbo:wikiPageRedirects
dbr:Null_coalescing_operator
Subject Item
wikipedia-en:Null_coalescing_operator
foaf:primaryTopic
dbr:Null_coalescing_operator