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

Method CreateNumericStruct

benchmarks/csharp/BenchmarkModels.cs:518–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 private const int ListSize = 5;
517
518 public static NumericStruct CreateNumericStruct()
519 {
520 return new NumericStruct
521 {
522 F1 = -12345,
523 F2 = 987654321,
524 F3 = -31415,
525 F4 = 27182818,
526 F5 = -32000,
527 F6 = 1000000,
528 F7 = -999999999,
529 F8 = 42,
530 F9 = 123456789,
531 F10 = -42,
532 F11 = 31415926,
533 F12 = -27182818,
534 };
535 }
536
537 public static Sample CreateSample()
538 {

Callers 1

BuildBenchmarkCasesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected