MCPcopy Create free account
hub / github.com/apache/fory / Decimal

Method Decimal

csharp/src/Fory/SchemaTypes.cs:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36public sealed class Timestamp { private Timestamp() { } }
37public sealed class Duration { private Duration() { } }
38public sealed class Decimal { private Decimal() { } }
39
40public sealed class Fixed<TScalar> { private Fixed() { } }
41public sealed class Tagged<TScalar> { private Tagged() { } }

Callers 15

_decimal_from_partsFunction · 0.45
_decimal_from_textFunction · 0.45
_canonical_decimalFunction · 0.45
_numeric_valueFunction · 0.45
LocalDecimalScalarClass · 0.45
RemoteDecimalScalarClass · 0.45
TemporalNumberClassClass · 0.45
test_basic_serializerFunction · 0.45
test_decimal_round_tripFunction · 0.45

Calls

no outgoing calls